#[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 i8Trait 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)