Struct assembly_core::buffer::LEU16
source · #[repr(C, align(1))]pub struct LEU16(/* private fields */);
Expand description
little-endian u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LEU16
impl RefUnwindSafe for LEU16
impl Send for LEU16
impl Sync for LEU16
impl Unpin for LEU16
impl UnwindSafe for LEU16
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