#[repr(C)]pub struct h265_sei {
pub type_: h265_sei_type,
pub __bindgen_anon_1: h265_sei__bindgen_ty_1,
pub raw: h265_sei__bindgen_ty_2,
}Fields§
§type_: h265_sei_type§__bindgen_anon_1: h265_sei__bindgen_ty_1§raw: h265_sei__bindgen_ty_2Trait Implementations§
Auto Trait Implementations§
impl Freeze for h265_sei
impl RefUnwindSafe for h265_sei
impl !Send for h265_sei
impl !Sync for h265_sei
impl Unpin for h265_sei
impl UnwindSafe for h265_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