pub enum Type {
Show 19 variants
Flags,
Int,
Int64,
Double,
Float,
String,
Rational,
Binary,
Dictionary,
Constant,
ImageSize,
PixelFormat,
SampleFormat,
VideoRate,
Duration,
Color,
ChannelLayout,
c_ulong,
bool,
}Variants
Flags
Int
Int64
Double
Float
String
Rational
Binary
Dictionary
Constant
ImageSize
PixelFormat
SampleFormat
VideoRate
Duration
Color
ChannelLayout
c_ulong
bool
Trait Implementations
sourceimpl From<AVOptionType> for Type
impl From<AVOptionType> for Type
sourcefn from(value: AVOptionType) -> Self
fn from(value: AVOptionType) -> Self
Converts to this type from the input type.
sourceimpl From<Type> for AVOptionType
impl From<Type> for AVOptionType
sourcefn from(value: Type) -> AVOptionType
fn from(value: Type) -> AVOptionType
Converts to this type from the input type.
impl Copy for Type
impl Eq for Type
impl StructuralEq for Type
impl StructuralPartialEq for Type
Auto Trait Implementations
impl RefUnwindSafe for Type
impl Send for Type
impl Sync for Type
impl Unpin for Type
impl UnwindSafe for Type
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more