pub struct AlignedBuffer { /* private fields */ }
Expand description
Buffer allocated on cache-aligned memory boundaries. This struct owns the memory it is pointing to
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlignedBuffer
impl RefUnwindSafe for AlignedBuffer
impl !Send for AlignedBuffer
impl !Sync for AlignedBuffer
impl Unpin for AlignedBuffer
impl UnwindSafe for AlignedBuffer
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