#[repr(C)]
pub union AVOption__bindgen_ty_1 {
pub i64_: i64,
pub dbl: f64,
pub str_: *const c_char,
pub q: AVRational,
pub arr: *const AVOptionArrayDef,
}
Fields§
§i64_: i64
§dbl: f64
§str_: *const c_char
§q: AVRational
§arr: *const AVOptionArrayDef
Trait Implementations§
Source§impl Clone for AVOption__bindgen_ty_1
impl Clone for AVOption__bindgen_ty_1
Source§fn clone(&self) -> AVOption__bindgen_ty_1
fn clone(&self) -> AVOption__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 AVOption__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for AVOption__bindgen_ty_1
impl RefUnwindSafe for AVOption__bindgen_ty_1
impl !Send for AVOption__bindgen_ty_1
impl !Sync for AVOption__bindgen_ty_1
impl Unpin for AVOption__bindgen_ty_1
impl UnwindSafe for AVOption__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