#[repr(C)]
pub union spa_video_info__bindgen_ty_1 {
pub raw: spa_video_info_raw,
pub dsp: spa_video_info_dsp,
pub h264: spa_video_info_h264,
pub mjpg: spa_video_info_mjpg,
}
Fields§
§raw: spa_video_info_raw
§dsp: spa_video_info_dsp
§h264: spa_video_info_h264
§mjpg: spa_video_info_mjpg
Trait Implementations§
source§impl Clone for spa_video_info__bindgen_ty_1
impl Clone for spa_video_info__bindgen_ty_1
source§fn clone(&self) -> spa_video_info__bindgen_ty_1
fn clone(&self) -> spa_video_info__bindgen_ty_1
Returns a copy 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 spa_video_info__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for spa_video_info__bindgen_ty_1
impl Send for spa_video_info__bindgen_ty_1
impl Sync for spa_video_info__bindgen_ty_1
impl Unpin for spa_video_info__bindgen_ty_1
impl UnwindSafe for spa_video_info__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