#[repr(u32)]pub enum DirType {
Other = 0,
Main = 1,
Exif = 2,
MNote = 3,
Raw = 4,
SubIfd = 5,
Invalid = 10_000,
}
Variants§
Trait Implementations§
Source§impl From<DirType> for or_ifd_dir_type
impl From<DirType> for or_ifd_dir_type
Source§impl From<or_ifd_dir_type> for DirType
impl From<or_ifd_dir_type> for DirType
Source§fn from(t: or_ifd_dir_type) -> Self
fn from(t: or_ifd_dir_type) -> Self
Converts to this type from the input type.
impl Copy for DirType
impl Eq for DirType
impl StructuralPartialEq for DirType
Auto Trait Implementations§
impl Freeze for DirType
impl RefUnwindSafe for DirType
impl Send for DirType
impl Sync for DirType
impl Unpin for DirType
impl UnwindSafe for DirType
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