pub enum ImageByteOrder {
LSBFirst,
MSBFirst,
}Expand description
Image byte order
Variants§
Auto Trait Implementations§
impl Freeze for ImageByteOrder
impl RefUnwindSafe for ImageByteOrder
impl Send for ImageByteOrder
impl Sync for ImageByteOrder
impl Unpin for ImageByteOrder
impl UnsafeUnpin for ImageByteOrder
impl UnwindSafe for ImageByteOrder
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