pub struct PPS {
pub pps_length: u16,
pub pps_nal_unit: Vec<u8>,
}Fields§
§pps_length: u16§pps_nal_unit: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PPS
impl RefUnwindSafe for PPS
impl Send for PPS
impl Sync for PPS
impl Unpin for PPS
impl UnwindSafe for PPS
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