[−][src]Struct ffmpeg_dev::sys::AVOption
AVOption
Fields
name: *const c_char
help: *const c_char
short English help text @todo What about other languages?
offset: c_int
The offset relative to the context structure where the option value is stored. It should be 0 for named constants.
type_: AVOptionType
default_val: AVOption__bindgen_ty_1
min: f64
< minimum valid value for the option
max: f64
< maximum valid value for the option
flags: c_int
unit: *const c_char
The logical unit to which the option belongs. Non-constant options and corresponding named constants share the same unit. May be NULL.
Trait Implementations
Auto Trait Implementations
impl !Send for AVOption
impl !Sync for AVOption
impl Unpin for AVOption
impl UnwindSafe for AVOption
impl RefUnwindSafe for AVOption
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,