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