pub struct MemoryBlockView { /* private fields */ }
Expand description
A view into a [MemoryBlock
].
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemoryBlockView
impl !RefUnwindSafe for MemoryBlockView
impl Send for MemoryBlockView
impl Sync for MemoryBlockView
impl Unpin for MemoryBlockView
impl !UnwindSafe for MemoryBlockView
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