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