#[repr(align(32))]pub struct Align32;Available on crate feature
unstable only.Expand description
Unit struct that can be used to modify the alignment of InlineStorage.
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