pub enum Type {
Show 21 variants
Flags,
Int,
Int64,
Double,
Float,
String,
Rational,
Binary,
Dictionary,
Constant,
ImageSize,
PixelFormat,
SampleFormat,
VideoRate,
Duration,
Color,
ChannelLayout,
FlagArray,
c_ulong,
bool,
UInt,
}Variants§
Flags
Int
Int64
Double
Float
String
Rational
Binary
Dictionary
Constant
ImageSize
PixelFormat
SampleFormat
VideoRate
Duration
Color
ChannelLayout
FlagArray
c_ulong
bool
UInt
trait 实现§
源代码§impl From<AVOptionType> for Type
impl From<AVOptionType> for Type
源代码§fn from(value: AVOptionType) -> Self
fn from(value: AVOptionType) -> Self
Converts to this type from the input type.
源代码§impl From<Type> for AVOptionType
impl From<Type> for AVOptionType
源代码§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
自动 trait 实现§
impl Freeze for Type
impl RefUnwindSafe for Type
impl Send for Type
impl Sync for Type
impl Unpin for Type
impl UnsafeUnpin for Type
impl UnwindSafe for Type
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多