#[repr(C)]pub union h264_sei__bindgen_ty_1 {
pub buffering_period: h264_sei_buffering_period,
pub pic_timing: h264_sei_pic_timing,
pub pan_scan_rect: h264_sei_pan_scan_rect,
pub filler_payload: h264_sei_filler_payload,
pub user_data_registered: h264_sei_user_data_registered,
pub user_data_unregistered: h264_sei_user_data_unregistered,
pub recovery_point: h264_sei_recovery_point,
}Fields§
§buffering_period: h264_sei_buffering_period§pic_timing: h264_sei_pic_timing§pan_scan_rect: h264_sei_pan_scan_rect§filler_payload: h264_sei_filler_payload§user_data_registered: h264_sei_user_data_registered§user_data_unregistered: h264_sei_user_data_unregistered§recovery_point: h264_sei_recovery_pointTrait Implementations§
Source§impl Clone for h264_sei__bindgen_ty_1
impl Clone for h264_sei__bindgen_ty_1
Source§fn clone(&self) -> h264_sei__bindgen_ty_1
fn clone(&self) -> h264_sei__bindgen_ty_1
Returns a duplicate of the value. Read more
1.0.0 · 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_sei__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for h264_sei__bindgen_ty_1
impl RefUnwindSafe for h264_sei__bindgen_ty_1
impl !Send for h264_sei__bindgen_ty_1
impl !Sync for h264_sei__bindgen_ty_1
impl Unpin for h264_sei__bindgen_ty_1
impl UnwindSafe for h264_sei__bindgen_ty_1
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