pub struct NalHeader {
pub unit_type: u8,
pub unit_name: &'static CStr,
pub layer_id: u8,
pub temporal_id: u8,
}Fields§
§unit_type: u8§unit_name: &'static CStr§layer_id: u8§temporal_id: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for NalHeader
impl RefUnwindSafe for NalHeader
impl Send for NalHeader
impl Sync for NalHeader
impl Unpin for NalHeader
impl UnwindSafe for NalHeader
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