#[repr(align(8))]pub struct Align8Byte(pub u8);Expand description
Eight-byte-aligned trailing storage used by VM buffer and userdata layouts.
Tuple Fields§
§0: u8Auto Trait Implementations§
impl Freeze for Align8Byte
impl RefUnwindSafe for Align8Byte
impl Send for Align8Byte
impl Sync for Align8Byte
impl Unpin for Align8Byte
impl UnsafeUnpin for Align8Byte
impl UnwindSafe for Align8Byte
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