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