Struct const_generic_alignment::Align8
source · #[repr(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