#[repr(C)]pub struct h264_nalu_header {
pub forbidden_zero_bit: u32,
pub nal_ref_idc: u32,
pub nal_unit_type: u32,
}Expand description
7.3.1 NAL unit syntax
Fields§
§forbidden_zero_bit: u32§nal_ref_idc: u32§nal_unit_type: u32Trait Implementations§
Source§impl Clone for h264_nalu_header
impl Clone for h264_nalu_header
Source§fn clone(&self) -> h264_nalu_header
fn clone(&self) -> h264_nalu_header
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for h264_nalu_header
Auto Trait Implementations§
impl Freeze for h264_nalu_header
impl RefUnwindSafe for h264_nalu_header
impl Send for h264_nalu_header
impl Sync for h264_nalu_header
impl Unpin for h264_nalu_header
impl UnsafeUnpin for h264_nalu_header
impl UnwindSafe for h264_nalu_header
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