Struct webrtc_media::io::h264_reader::NAL
source · pub struct NAL {
pub picture_order_count: u32,
pub forbidden_zero_bit: bool,
pub ref_idc: u8,
pub unit_type: NalUnitType,
pub data: BytesMut,
}Expand description
NAL H.264 Network Abstraction Layer
Fields
picture_order_count: u32forbidden_zero_bit: boolNAL header
ref_idc: u8unit_type: NalUnitTypedata: BytesMutheader byte + rbsp
Auto Trait Implementations
impl RefUnwindSafe for NAL
impl Send for NAL
impl Sync for NAL
impl Unpin for NAL
impl UnwindSafe for NAL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more