pub struct SPSInfo {
pub num_of_sps: u8,
pub sps: Vec<SPS>,
}Expand description
Sequence Parameter Set
Fields§
§num_of_sps: u8§sps: Vec<SPS>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SPSInfo
impl RefUnwindSafe for SPSInfo
impl Send for SPSInfo
impl Sync for SPSInfo
impl Unpin for SPSInfo
impl UnwindSafe for SPSInfo
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