pub struct BoxTfdt {
pub header: Option<(u8, u32)>,
pub base_media_decode_time: u64,
}Fields§
§header: Option<(u8, u32)>§base_media_decode_time: u64Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BoxTfdt
impl Send for BoxTfdt
impl Sync for BoxTfdt
impl Unpin for BoxTfdt
impl UnwindSafe for BoxTfdt
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