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