pub struct TrunEntry {
pub duration: Option<u32>,
pub size: Option<u32>,
pub flags: Option<u32>,
pub cts: Option<i32>,
}Fields§
§duration: Option<u32>§size: Option<u32>§flags: Option<u32>§cts: Option<i32>Trait Implementations§
impl Eq for TrunEntry
impl StructuralPartialEq for TrunEntry
Auto Trait Implementations§
impl Freeze for TrunEntry
impl RefUnwindSafe for TrunEntry
impl Send for TrunEntry
impl Sync for TrunEntry
impl Unpin for TrunEntry
impl UnwindSafe for TrunEntry
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