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