#[repr(align(8192))]pub struct A8K;Auto Trait Implementations§
impl Freeze for A8K
impl RefUnwindSafe for A8K
impl Send for A8K
impl Sync for A8K
impl Unpin for A8K
impl UnwindSafe for A8K
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