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