pub struct NumF32LE { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NumF32LE
impl RefUnwindSafe for NumF32LE
impl Send for NumF32LE
impl Sync for NumF32LE
impl Unpin for NumF32LE
impl UnwindSafe for NumF32LE
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