pub struct TkhdBox {
pub version: u8,
pub flags: u32,
pub creation_time: u64,
pub modification_time: u64,
pub track_id: u32,
pub duration: u64,
pub layer: u16,
pub alternate_group: u16,
pub volume: FixedPointU8,
pub matrix: Matrix,
pub width: FixedPointU16,
pub height: FixedPointU16,
}
Fields§
§version: u8
§flags: u32
§creation_time: u64
§modification_time: u64
§track_id: u32
§duration: u64
§layer: u16
§alternate_group: u16
§volume: FixedPointU8
§matrix: Matrix
§width: FixedPointU16
§height: FixedPointU16
Implementations§
Trait Implementations§
source§impl PartialEq for TkhdBox
impl PartialEq for TkhdBox
impl Eq for TkhdBox
impl StructuralPartialEq for TkhdBox
Auto Trait Implementations§
impl Freeze for TkhdBox
impl RefUnwindSafe for TkhdBox
impl Send for TkhdBox
impl Sync for TkhdBox
impl Unpin for TkhdBox
impl UnwindSafe for TkhdBox
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