#[repr(C)]pub struct AVOption {
pub name: *const c_char,
pub help: *const c_char,
pub offset: c_int,
pub type_: AVOptionType,
pub default_val: AVOption__bindgen_ty_1,
pub min: f64,
pub max: f64,
pub flags: c_int,
pub unit: *const c_char,
}
Fields§
§name: *const c_char
§help: *const c_char
§offset: c_int
§type_: AVOptionType
§default_val: AVOption__bindgen_ty_1
§min: f64
§max: f64
§flags: c_int
§unit: *const c_char
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AVOption
impl RefUnwindSafe for AVOption
impl !Send for AVOption
impl !Sync for AVOption
impl Unpin for AVOption
impl UnwindSafe for AVOption
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