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