pub enum TransferCharacteristics {
Show 19 variants
Reserved0 = 0,
Bt709 = 1,
Unspecified = 2,
Reserved3 = 3,
Bt470m = 4,
Bt470bg = 5,
Bt601 = 6,
Smpte240 = 7,
Linear = 8,
Log100 = 9,
Log100Sqrt10 = 10,
Iec61966 = 11,
Bt1361 = 12,
Srgb = 13,
Bt202010Bit = 14,
Bt202012Bit = 15,
Smpte2084 = 16,
Smpte428 = 17,
Hlg = 18,
}
Variants§
Reserved0 = 0
Bt709 = 1
Unspecified = 2
Reserved3 = 3
Bt470m = 4
Bt470bg = 5
Bt601 = 6
Smpte240 = 7
Linear = 8
Log100 = 9
Log100Sqrt10 = 10
Iec61966 = 11
Bt1361 = 12
Srgb = 13
Bt202010Bit = 14
Bt202012Bit = 15
Smpte2084 = 16
Smpte428 = 17
Hlg = 18
Trait Implementations§
Source§impl Clone for TransferCharacteristics
impl Clone for TransferCharacteristics
Source§fn clone(&self) -> TransferCharacteristics
fn clone(&self) -> TransferCharacteristics
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 TransferCharacteristics
impl Debug for TransferCharacteristics
Source§impl Default for TransferCharacteristics
impl Default for TransferCharacteristics
Source§fn default() -> TransferCharacteristics
fn default() -> TransferCharacteristics
Returns the “default value” for a type. Read more
Source§impl Ord for TransferCharacteristics
impl Ord for TransferCharacteristics
Source§fn cmp(&self, other: &TransferCharacteristics) -> Ordering
fn cmp(&self, other: &TransferCharacteristics) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TransferCharacteristics
impl PartialEq for TransferCharacteristics
Source§impl PartialOrd for TransferCharacteristics
impl PartialOrd for TransferCharacteristics
Source§impl TryFrom<u32> for TransferCharacteristics
impl TryFrom<u32> for TransferCharacteristics
impl Copy for TransferCharacteristics
impl Eq for TransferCharacteristics
impl StructuralPartialEq for TransferCharacteristics
Auto Trait Implementations§
impl Freeze for TransferCharacteristics
impl RefUnwindSafe for TransferCharacteristics
impl Send for TransferCharacteristics
impl Sync for TransferCharacteristics
impl Unpin for TransferCharacteristics
impl UnwindSafe for TransferCharacteristics
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