pub enum TransferCharacteristic {
Show 19 variants
Reserved0,
BT709,
Unspecified,
Reserved,
GAMMA22,
GAMMA28,
SMPTE170M,
SMPTE240M,
Linear,
Log,
LogSqrt,
IEC61966_2_4,
BT1361_ECG,
IEC61966_2_1,
BT2020_10,
BT2020_12,
SMPTE2084,
SMPTE428,
ARIB_STD_B67,
}Variants§
Reserved0
BT709
Unspecified
Reserved
GAMMA22
GAMMA28
SMPTE170M
SMPTE240M
Linear
Log
LogSqrt
IEC61966_2_4
BT1361_ECG
IEC61966_2_1
BT2020_10
BT2020_12
SMPTE2084
SMPTE428
ARIB_STD_B67
实现§
trait 实现§
源代码§impl Clone for TransferCharacteristic
impl Clone for TransferCharacteristic
源代码§fn clone(&self) -> TransferCharacteristic
fn clone(&self) -> TransferCharacteristic
Returns a duplicate of the value. 阅读更多
1.0.0 · 源代码§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source 执行拷贝赋值。 阅读更多源代码§impl Debug for TransferCharacteristic
impl Debug for TransferCharacteristic
源代码§impl From<AVColorTransferCharacteristic> for TransferCharacteristic
impl From<AVColorTransferCharacteristic> for TransferCharacteristic
源代码§fn from(value: AVColorTransferCharacteristic) -> TransferCharacteristic
fn from(value: AVColorTransferCharacteristic) -> TransferCharacteristic
Converts to this type from the input type.
源代码§impl From<TransferCharacteristic> for AVColorTransferCharacteristic
impl From<TransferCharacteristic> for AVColorTransferCharacteristic
源代码§fn from(value: TransferCharacteristic) -> AVColorTransferCharacteristic
fn from(value: TransferCharacteristic) -> AVColorTransferCharacteristic
Converts to this type from the input type.
源代码§impl PartialEq for TransferCharacteristic
impl PartialEq for TransferCharacteristic
impl Copy for TransferCharacteristic
impl Eq for TransferCharacteristic
impl StructuralPartialEq for TransferCharacteristic
自动 trait 实现§
impl Freeze for TransferCharacteristic
impl RefUnwindSafe for TransferCharacteristic
impl Send for TransferCharacteristic
impl Sync for TransferCharacteristic
impl Unpin for TransferCharacteristic
impl UnsafeUnpin for TransferCharacteristic
impl UnwindSafe for TransferCharacteristic
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
从拥有的值可变地借用。 阅读更多