pub struct RawBuffer<const ALIGNMENT: usize> { /* private fields */ }
Expand description
A raw buffer.
Implementations§
Trait Implementations§
impl<const ALIGNMENT: usize> Copy for RawBuffer<ALIGNMENT>
Auto Trait Implementations§
impl<const ALIGNMENT: usize> Freeze for RawBuffer<ALIGNMENT>
impl<const ALIGNMENT: usize> RefUnwindSafe for RawBuffer<ALIGNMENT>
impl<const ALIGNMENT: usize> !Send for RawBuffer<ALIGNMENT>
impl<const ALIGNMENT: usize> !Sync for RawBuffer<ALIGNMENT>
impl<const ALIGNMENT: usize> Unpin for RawBuffer<ALIGNMENT>
impl<const ALIGNMENT: usize> UnwindSafe for RawBuffer<ALIGNMENT>
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