pub struct NalUnit {
pub ref_idc: u8,
pub unit_type: u8,
pub rbsp: Vec<u8>,
}Fields§
§ref_idc: u8§unit_type: u8§rbsp: Vec<u8>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NalUnit
impl RefUnwindSafe for NalUnit
impl Send for NalUnit
impl Sync for NalUnit
impl Unpin for NalUnit
impl UnsafeUnpin for NalUnit
impl UnwindSafe for NalUnit
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