pub struct AVMetadata {
pub utc_time: Option<u64>,
pub motion_zones_active: Option<Vec<u8>>,
pub black_and_white_active: Option<bool>,
pub user_defined: Option<Vec<u8>>,
}Fields§
§utc_time: Option<u64>§motion_zones_active: Option<Vec<u8>>§black_and_white_active: Option<bool>§user_defined: Option<Vec<u8>>Trait Implementations§
Source§impl Debug for AVMetadata
impl Debug for AVMetadata
Auto Trait Implementations§
impl Freeze for AVMetadata
impl RefUnwindSafe for AVMetadata
impl Send for AVMetadata
impl Sync for AVMetadata
impl Unpin for AVMetadata
impl UnwindSafe for AVMetadata
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