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