pub struct TrafBox {
pub tfhd: TfhdBox,
pub tfdt: Option<TfdtBox>,
pub trun: Option<TrunBox>,
}
Fields§
§tfhd: TfhdBox
§tfdt: Option<TfdtBox>
§trun: Option<TrunBox>
Implementations§
Trait Implementations§
source§impl PartialEq for TrafBox
impl PartialEq for TrafBox
impl Eq for TrafBox
impl StructuralPartialEq for TrafBox
Auto Trait Implementations§
impl Freeze for TrafBox
impl RefUnwindSafe for TrafBox
impl Send for TrafBox
impl Sync for TrafBox
impl Unpin for TrafBox
impl UnwindSafe for TrafBox
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