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