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