[][src]Struct ffmpeg_sys_next::AVOption

#[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_charhelp: *const c_charoffset: c_inttype_: AVOptionTypedefault_val: AVOption__bindgen_ty_1min: f64max: f64flags: c_intunit: *const c_char

Trait Implementations

impl Clone for AVOption[src]

impl Copy for AVOption[src]

Auto Trait Implementations

impl RefUnwindSafe for AVOption

impl !Send for AVOption

impl !Sync for AVOption

impl Unpin for AVOption

impl UnwindSafe for AVOption

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.