pub struct HvcCArray {
pub completeness: bool,
pub nal_unit_type: u8,
pub nalus: Vec<Vec<u8>>,
}
Fields§
§completeness: bool
§nal_unit_type: u8
§nalus: Vec<Vec<u8>>
Trait Implementations§
impl Eq for HvcCArray
impl StructuralPartialEq for HvcCArray
Auto Trait Implementations§
impl Freeze for HvcCArray
impl RefUnwindSafe for HvcCArray
impl Send for HvcCArray
impl Sync for HvcCArray
impl Unpin for HvcCArray
impl UnwindSafe for HvcCArray
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