pub struct Sbgp {
pub grouping_type: FourCC,
pub grouping_type_parameter: Option<u32>,
pub entries: Vec<SbgpEntry>,
}Expand description
SampleToGroupBox, ISO/IEC 14496-12:2024 Sect 8.9.2
Fields§
§grouping_type: FourCC§grouping_type_parameter: Option<u32>§entries: Vec<SbgpEntry>Trait Implementations§
impl Eq for Sbgp
impl StructuralPartialEq for Sbgp
Auto Trait Implementations§
impl Freeze for Sbgp
impl RefUnwindSafe for Sbgp
impl Send for Sbgp
impl Sync for Sbgp
impl Unpin for Sbgp
impl UnwindSafe for Sbgp
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