#[repr(C)]pub struct h264_aud {
pub primary_pic_type: u32,
}Expand description
7.3.2.4 Access unit delimiter RBSP syntax
Fields§
§primary_pic_type: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for h264_aud
impl RefUnwindSafe for h264_aud
impl Send for h264_aud
impl Sync for h264_aud
impl Unpin for h264_aud
impl UnwindSafe for h264_aud
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