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§
Source§impl From<AVOptionType> for Type
impl From<AVOptionType> for Type
Source§fn from(value: AVOptionType) -> Self
fn from(value: AVOptionType) -> Self
Converts to this type from the input type.
Source§impl From<Type> for AVOptionType
impl From<Type> for AVOptionType
Source§fn 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 StructuralPartialEq for Type
Auto Trait Implementations§
impl Freeze for Type
impl RefUnwindSafe for Type
impl Send for Type
impl Sync for Type
impl Unpin for Type
impl UnwindSafe for Type
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