pub struct Mapping<'b, D>{ /* private fields */ }Expand description
A mapping of a buffer for reading and writing.
Trait Implementations§
Auto Trait Implementations§
impl<'b, D> Freeze for Mapping<'b, D>where
D: ?Sized,
impl<'b, D> !RefUnwindSafe for Mapping<'b, D>
impl<'b, D> !Send for Mapping<'b, D>
impl<'b, D> Sync for Mapping<'b, D>
impl<'b, D> Unpin for Mapping<'b, D>where
D: ?Sized,
impl<'b, D> !UnwindSafe for Mapping<'b, D>
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