#[repr(align(8))]pub struct Align8<const N: usize>(/* private fields */);Expand description
A statically sized buffer aligned to 8 bytes.
Trait Implementations§
Auto Trait Implementations§
impl<const N: usize> Freeze for Align8<N>
impl<const N: usize> RefUnwindSafe for Align8<N>
impl<const N: usize> Send for Align8<N>
impl<const N: usize> Sync for Align8<N>
impl<const N: usize> Unpin for Align8<N>
impl<const N: usize> UnwindSafe for Align8<N>
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