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