pub struct BmpEncoder<'a, W: 'a> { /* private fields */ }
Expand description
The representation of a BMP encoder.
Implementations
sourceimpl<'a, W: Write + 'a> BmpEncoder<'a, W>
impl<'a, W: Write + 'a> BmpEncoder<'a, W>
Trait Implementations
sourceimpl<'a, W: Write> ImageEncoder for BmpEncoder<'a, W>
impl<'a, W: Write> ImageEncoder for BmpEncoder<'a, W>
Auto Trait Implementations
impl<'a, W> RefUnwindSafe for BmpEncoder<'a, W> where
W: RefUnwindSafe,
impl<'a, W> Send for BmpEncoder<'a, W> where
W: Send,
impl<'a, W> Sync for BmpEncoder<'a, W> where
W: Sync,
impl<'a, W> Unpin for BmpEncoder<'a, W>
impl<'a, W> !UnwindSafe for BmpEncoder<'a, W>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more