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