pub struct Lhvc {
pub configuration_version: u8,
pub min_spatial_segmentation_idc: u16,
pub parallelism_type: u8,
pub num_temporal_layers: u8,
pub temporal_id_nested: bool,
pub length_size_minus_one: u8,
pub arrays: Vec<HvcCArray>,
}Fields§
§configuration_version: u8§min_spatial_segmentation_idc: u16§parallelism_type: u8§num_temporal_layers: u8§temporal_id_nested: bool§length_size_minus_one: u8§arrays: Vec<HvcCArray>Trait Implementations§
impl Eq for Lhvc
impl StructuralPartialEq for Lhvc
Auto Trait Implementations§
impl Freeze for Lhvc
impl RefUnwindSafe for Lhvc
impl Send for Lhvc
impl Sync for Lhvc
impl Unpin for Lhvc
impl UnsafeUnpin for Lhvc
impl UnwindSafe for Lhvc
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