Struct h264_decoder::sps::Sps
source · pub struct Sps {
pub profile_idc: u8,
pub level_idc: u8,
/* private fields */
}Fields§
§profile_idc: u8§level_idc: u8Trait Implementations§
Auto Trait Implementations§
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