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