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