pub struct IrefEntryBox {
pub from_id: u16,
pub to_id: u16,
pub typ: FourCC,
}
Expand description
Item Reference box
Fields§
§from_id: u16
§to_id: u16
§typ: FourCC
Trait Implementations§
Source§impl Clone for IrefEntryBox
impl Clone for IrefEntryBox
Source§fn clone(&self) -> IrefEntryBox
fn clone(&self) -> IrefEntryBox
Returns a duplicate 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 moreSource§impl Debug for IrefEntryBox
impl Debug for IrefEntryBox
Source§impl MpegBox for IrefEntryBox
impl MpegBox for IrefEntryBox
impl Copy for IrefEntryBox
Auto Trait Implementations§
impl Freeze for IrefEntryBox
impl RefUnwindSafe for IrefEntryBox
impl Send for IrefEntryBox
impl Sync for IrefEntryBox
impl Unpin for IrefEntryBox
impl UnwindSafe for IrefEntryBox
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