pub struct DecodeBmp { /* private fields */ }
Expand description
Builder for the DecodeBmp
operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DecodeBmp
impl RefUnwindSafe for DecodeBmp
impl Send for DecodeBmp
impl Sync for DecodeBmp
impl Unpin for DecodeBmp
impl UnwindSafe for DecodeBmp
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