pub struct Nal {
pub start_code_len: u8,
pub ref_idc: u8,
pub nal_type: NalUnitType,
pub ebsp: Vec<u8>,
}
Fields§
§start_code_len: u8
§ref_idc: u8
§nal_type: NalUnitType
§ebsp: Vec<u8>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Nal
impl RefUnwindSafe for Nal
impl Send for Nal
impl Sync for Nal
impl Unpin for Nal
impl UnwindSafe for Nal
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