pub struct Trex {
pub track_id: u32,
pub default_sample_description_index: u32,
pub default_sample_duration: u32,
pub default_sample_size: u32,
pub default_sample_flags: u32,
}
Fields§
§track_id: u32
§default_sample_description_index: u32
§default_sample_duration: u32
§default_sample_size: u32
§default_sample_flags: u32
Trait Implementations§
impl Eq for Trex
impl StructuralPartialEq for Trex
Auto Trait Implementations§
impl Freeze for Trex
impl RefUnwindSafe for Trex
impl Send for Trex
impl Sync for Trex
impl Unpin for Trex
impl UnwindSafe for Trex
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