#[repr(C, align(8))]pub struct A8;
Expand description
8-byte alignment
Auto Trait Implementations§
impl Freeze for A8
impl RefUnwindSafe for A8
impl Send for A8
impl Sync for A8
impl Unpin for A8
impl UnwindSafe for A8
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