#[repr(transparent)]pub struct AVColorTransferCharacteristic(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl AVColorTransferCharacteristic
impl AVColorTransferCharacteristic
pub const RESERVED0: AVColorTransferCharacteristic
pub const BT709: AVColorTransferCharacteristic
pub const UNSPECIFIED: AVColorTransferCharacteristic
pub const RESERVED: AVColorTransferCharacteristic
pub const GAMMA22: AVColorTransferCharacteristic
pub const GAMMA28: AVColorTransferCharacteristic
pub const SMPTE170M: AVColorTransferCharacteristic
pub const SMPTE240M: AVColorTransferCharacteristic
pub const LINEAR: AVColorTransferCharacteristic
pub const LOG: AVColorTransferCharacteristic
pub const LOG_SQRT: AVColorTransferCharacteristic
pub const IEC61966_2_4: AVColorTransferCharacteristic
pub const BT1361_ECG: AVColorTransferCharacteristic
pub const IEC61966_2_1: AVColorTransferCharacteristic
pub const BT2020_10: AVColorTransferCharacteristic
pub const BT2020_12: AVColorTransferCharacteristic
pub const SMPTE2084: AVColorTransferCharacteristic
pub const SMPTEST2084: AVColorTransferCharacteristic
pub const SMPTE428: AVColorTransferCharacteristic
pub const SMPTEST428_1: AVColorTransferCharacteristic
pub const ARIB_STD_B67: AVColorTransferCharacteristic
pub const NB: AVColorTransferCharacteristic
Trait Implementations§
Source§impl Clone for AVColorTransferCharacteristic
impl Clone for AVColorTransferCharacteristic
Source§fn clone(&self) -> AVColorTransferCharacteristic
fn clone(&self) -> AVColorTransferCharacteristic
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 Hash for AVColorTransferCharacteristic
impl Hash for AVColorTransferCharacteristic
Source§impl PartialEq for AVColorTransferCharacteristic
impl PartialEq for AVColorTransferCharacteristic
Source§fn eq(&self, other: &AVColorTransferCharacteristic) -> bool
fn eq(&self, other: &AVColorTransferCharacteristic) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AVColorTransferCharacteristic
impl Eq for AVColorTransferCharacteristic
impl StructuralPartialEq for AVColorTransferCharacteristic
Auto Trait Implementations§
impl Freeze for AVColorTransferCharacteristic
impl RefUnwindSafe for AVColorTransferCharacteristic
impl Send for AVColorTransferCharacteristic
impl Sync for AVColorTransferCharacteristic
impl Unpin for AVColorTransferCharacteristic
impl UnsafeUnpin for AVColorTransferCharacteristic
impl UnwindSafe for AVColorTransferCharacteristic
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