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