#[repr(C)]pub struct h264_sei {
pub type_: h264_sei_type,
pub __bindgen_anon_1: h264_sei__bindgen_ty_1,
pub raw: h264_sei__bindgen_ty_2,
}Fields§
§type_: h264_sei_type§__bindgen_anon_1: h264_sei__bindgen_ty_1§raw: h264_sei__bindgen_ty_2Trait Implementations§
Auto Trait Implementations§
impl Freeze for h264_sei
impl RefUnwindSafe for h264_sei
impl !Send for h264_sei
impl !Sync for h264_sei
impl Unpin for h264_sei
impl UnwindSafe for h264_sei
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