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