pub struct TransferCharacteristics(pub u8);Expand description
Transfer characteristics (gamma curve)
Tuple Fields§
§0: u8Implementations§
Source§impl TransferCharacteristics
impl TransferCharacteristics
pub const BT709: Self
pub const UNKNOWN: Self
pub const BT470M: Self
pub const BT470BG: Self
pub const BT601: Self
pub const SMPTE240: Self
pub const LINEAR: Self
pub const LOG100: Self
pub const LOG100_SQRT10: Self
pub const IEC61966: Self
pub const BT1361: Self
pub const SRGB: Self
pub const BT2020_10BIT: Self
pub const BT2020_12BIT: Self
pub const SMPTE2084: Self
pub const SMPTE428: Self
pub const HLG: Self
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 PartialEq for TransferCharacteristics
impl PartialEq 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 UnsafeUnpin 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