#[repr(align(64))]pub struct Align64;
Expand description
Align to 64 bytes.
Auto Trait Implementations§
impl Freeze for Align64
impl RefUnwindSafe for Align64
impl Send for Align64
impl Sync for Align64
impl Unpin for Align64
impl UnwindSafe for Align64
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