pub struct ArtMeta {
pub mime: String,
pub width: Option<u32>,
pub height: Option<u32>,
pub byte_len: u64,
}Fields§
§mime: String§width: Option<u32>§height: Option<u32>§byte_len: u64Trait Implementations§
impl Eq for ArtMeta
impl StructuralPartialEq for ArtMeta
Auto Trait Implementations§
impl Freeze for ArtMeta
impl RefUnwindSafe for ArtMeta
impl Send for ArtMeta
impl Sync for ArtMeta
impl Unpin for ArtMeta
impl UnsafeUnpin for ArtMeta
impl UnwindSafe for ArtMeta
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