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