pub struct NumF64LE { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NumF64LE
impl RefUnwindSafe for NumF64LE
impl Send for NumF64LE
impl Sync for NumF64LE
impl Unpin for NumF64LE
impl UnwindSafe for NumF64LE
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more