pub struct TfdtBox {
pub version: u8,
pub flags: u32,
pub base_media_decode_time: u64,
}
Fields§
§version: u8
§flags: u32
§base_media_decode_time: u64
Implementations§
Trait Implementations§
source§impl PartialEq for TfdtBox
impl PartialEq for TfdtBox
impl Eq for TfdtBox
impl StructuralPartialEq for TfdtBox
Auto Trait Implementations§
impl Freeze for TfdtBox
impl RefUnwindSafe for TfdtBox
impl Send for TfdtBox
impl Sync for TfdtBox
impl Unpin for TfdtBox
impl UnwindSafe for TfdtBox
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