pub enum ByteOrderMark {
LittleEndian,
BigEndian,
}Expand description
Byte order of the TIFF data.
Variants§
Trait Implementations§
Source§impl Clone for ByteOrderMark
impl Clone for ByteOrderMark
Source§fn clone(&self) -> ByteOrderMark
fn clone(&self) -> ByteOrderMark
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ByteOrderMark
impl Debug for ByteOrderMark
Source§impl PartialEq for ByteOrderMark
impl PartialEq for ByteOrderMark
impl Copy for ByteOrderMark
impl Eq for ByteOrderMark
impl StructuralPartialEq for ByteOrderMark
Auto Trait Implementations§
impl Freeze for ByteOrderMark
impl RefUnwindSafe for ByteOrderMark
impl Send for ByteOrderMark
impl Sync for ByteOrderMark
impl Unpin for ByteOrderMark
impl UnsafeUnpin for ByteOrderMark
impl UnwindSafe for ByteOrderMark
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