pub enum Namespace {
Standard = 0,
Nikon = 1,
Canon = 2,
}Expand description
Enumeration that represent EXIF tag namespaces. Namespaces exist to
accomodate future parsing of the manufacturer-specific tags embedded within
the MarkerNote tag.
Variants§
Trait Implementations§
impl Copy for Namespace
impl StructuralPartialEq for Namespace
Auto Trait Implementations§
impl Freeze for Namespace
impl RefUnwindSafe for Namespace
impl Send for Namespace
impl Sync for Namespace
impl Unpin for Namespace
impl UnsafeUnpin for Namespace
impl UnwindSafe for Namespace
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