Struct AVOption
#[repr(C)]pub struct AVOption {
pub name: *const i8,
pub help: *const i8,
pub offset: i32,
pub type_: u32,
pub default_val: AVOption__bindgen_ty_1,
pub min: f64,
pub max: f64,
pub flags: i32,
pub unit: *const i8,
}
Fields§
§name: *const i8
§help: *const i8
§offset: i32
§type_: u32
§default_val: AVOption__bindgen_ty_1
§min: f64
§max: f64
§flags: i32
§unit: *const i8
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