pub struct PnmExporter { /* private fields */ }Expand description
Simple bitmap exporter for when you just need to see what happened
Implementations§
Trait Implementations§
Source§impl Default for PnmExporter
impl Default for PnmExporter
Auto Trait Implementations§
impl Freeze for PnmExporter
impl RefUnwindSafe for PnmExporter
impl Send for PnmExporter
impl Sync for PnmExporter
impl Unpin for PnmExporter
impl UnsafeUnpin for PnmExporter
impl UnwindSafe for PnmExporter
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