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