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