Struct docx_reader::Png
source · pub struct Png(pub Vec<u8>);Tuple Fields§
§0: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Png
impl Send for Png
impl Sync for Png
impl Unpin for Png
impl UnwindSafe for Png
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