pub struct TrackHeaderBox {
pub disabled: bool,
pub duration: u64,
pub width: u32,
pub height: u32,
pub matrix: Matrix,
/* private fields */
}
Expand description
Track header box ‘tkhd’
Fields§
§disabled: bool
§duration: u64
§width: u32
§height: u32
§matrix: Matrix
Trait Implementations§
Source§impl Clone for TrackHeaderBox
impl Clone for TrackHeaderBox
Source§fn clone(&self) -> TrackHeaderBox
fn clone(&self) -> TrackHeaderBox
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for TrackHeaderBox
impl RefUnwindSafe for TrackHeaderBox
impl Send for TrackHeaderBox
impl Sync for TrackHeaderBox
impl Unpin for TrackHeaderBox
impl UnwindSafe for TrackHeaderBox
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