pub struct IptcReader;Expand description
IPTC metadata reader.
Implementations§
Source§impl IptcReader
impl IptcReader
Auto Trait Implementations§
impl Freeze for IptcReader
impl RefUnwindSafe for IptcReader
impl Send for IptcReader
impl Sync for IptcReader
impl Unpin for IptcReader
impl UnsafeUnpin for IptcReader
impl UnwindSafe for IptcReader
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