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