pub struct FrameMetadata {
pub width: Option<u32>,
pub height: Option<u32>,
pub fps: Option<u8>,
pub frame_type: Option<String>,
pub media_type: Option<String>,
pub datetime: Option<DateTime<Local>>,
}Fields§
§width: Option<u32>§height: Option<u32>§fps: Option<u8>§frame_type: Option<String>§media_type: Option<String>§datetime: Option<DateTime<Local>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for FrameMetadata
impl RefUnwindSafe for FrameMetadata
impl Send for FrameMetadata
impl Sync for FrameMetadata
impl Unpin for FrameMetadata
impl UnwindSafe for FrameMetadata
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