pub struct BufferSlice { /* private fields */ }
Expand description
A slice to a shared buffer. Enables us to pass a reference to the buffer to all of the transmuters.
Implementations§
Auto Trait Implementations§
impl Freeze for BufferSlice
impl RefUnwindSafe for BufferSlice
impl !Send for BufferSlice
impl !Sync for BufferSlice
impl Unpin for BufferSlice
impl UnwindSafe for BufferSlice
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