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