pub struct App0Jfif {
pub major: u8,
pub minor: u8,
pub unit: u8,
pub x_density: u16,
pub y_density: u16,
pub x_thumbnail: u8,
pub y_thumbnail: u8,
pub thumbnail: Option<Vec<u8>>,
}Fields§
§major: u8§minor: u8§unit: u8§x_density: u16§y_density: u16§x_thumbnail: u8§y_thumbnail: u8§thumbnail: Option<Vec<u8>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for App0Jfif
impl RefUnwindSafe for App0Jfif
impl Send for App0Jfif
impl Sync for App0Jfif
impl Unpin for App0Jfif
impl UnwindSafe for App0Jfif
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