#[repr(transparent)]pub struct AVOptionType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl AVOptionType
impl AVOptionType
pub const FLAGS: AVOptionType
pub const INT: AVOptionType
pub const INT64: AVOptionType
pub const DOUBLE: AVOptionType
pub const FLOAT: AVOptionType
pub const STRING: AVOptionType
pub const RATIONAL: AVOptionType
pub const BINARY: AVOptionType
pub const DICT: AVOptionType
pub const UINT64: AVOptionType
pub const CONST: AVOptionType
pub const IMAGE_SIZE: AVOptionType
pub const PIXEL_FMT: AVOptionType
pub const SAMPLE_FMT: AVOptionType
pub const VIDEO_RATE: AVOptionType
pub const DURATION: AVOptionType
pub const COLOR: AVOptionType
pub const CHANNEL_LAYOUT: AVOptionType
pub const BOOL: AVOptionType
pub const CHLAYOUT: AVOptionType
Trait Implementations§
Source§impl Clone for AVOptionType
impl Clone for AVOptionType
Source§fn clone(&self) -> AVOptionType
fn clone(&self) -> AVOptionType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AVOptionType
impl Debug for AVOptionType
Source§impl Hash for AVOptionType
impl Hash for AVOptionType
Source§impl PartialEq for AVOptionType
impl PartialEq for AVOptionType
impl Copy for AVOptionType
impl Eq for AVOptionType
impl StructuralPartialEq for AVOptionType
Auto Trait Implementations§
impl Freeze for AVOptionType
impl RefUnwindSafe for AVOptionType
impl Send for AVOptionType
impl Sync for AVOptionType
impl Unpin for AVOptionType
impl UnsafeUnpin for AVOptionType
impl UnwindSafe for AVOptionType
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