pub struct WriteMapping<'b, D>where
    D: Content + ?Sized,
{ /* private fields */ }
Expand description

A mapping of a buffer for write only.

Implementations§

Writes the whole content.

Returns the length of the mapping.

Changes an element of the mapping.

Panic

Panics if out of range.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.