#[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,
}展开描述
Native access only, except when documented otherwise. the default value for scalar options
Fields§
§i64_: i64§dbl: f64§str_: *const c_char§q: AVRational§arr: *const AVOptionArrayDefUsed for AV_OPT_TYPE_FLAG_ARRAY options. May be NULL.
Foreign access to some members allowed, as noted in AVOptionArrayDef documentation.
trait 实现§
源代码§impl Clone for AVOption__bindgen_ty_1
impl Clone for AVOption__bindgen_ty_1
源代码§fn clone(&self) -> AVOption__bindgen_ty_1
fn clone(&self) -> AVOption__bindgen_ty_1
Returns a duplicate of the value. 阅读更多
1.0.0 · 源代码§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source 执行拷贝赋值。 阅读更多impl Copy for AVOption__bindgen_ty_1
自动 trait 实现§
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 UnsafeUnpin for AVOption__bindgen_ty_1
impl UnwindSafe for AVOption__bindgen_ty_1
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多