#[repr(C, align(16))]pub struct Align16<T: ?Sized>(pub T);
Expand description
A type that aligns its contents to 16-byte boundaries.
Tuple Fields
0: T
Implementations
Trait Implementations
Auto Trait Implementations
impl<T: ?Sized> RefUnwindSafe for Align16<T>where
T: RefUnwindSafe,
impl<T: ?Sized> Send for Align16<T>where
T: Send,
impl<T: ?Sized> Sync for Align16<T>where
T: Sync,
impl<T: ?Sized> Unpin for Align16<T>where
T: Unpin,
impl<T: ?Sized> UnwindSafe for Align16<T>where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more