pub enum TransferCharacteristic {
Invalid,
Unspecified,
Unsupported,
BT709,
}
Variants§
Trait Implementations§
Source§impl Clone for TransferCharacteristic
impl Clone for TransferCharacteristic
Source§fn clone(&self) -> TransferCharacteristic
fn clone(&self) -> TransferCharacteristic
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 TransferCharacteristic
impl Debug for TransferCharacteristic
Source§impl From<TransferCharacteristic> for TransferCharacteristic
impl From<TransferCharacteristic> for TransferCharacteristic
Source§fn from(value: TransferCharacteristic) -> Self
fn from(value: TransferCharacteristic) -> Self
Converts to this type from the input type.
Source§impl From<TransferCharacteristic> for TransferCharacteristic
impl From<TransferCharacteristic> for TransferCharacteristic
Source§fn from(value: TransferCharacteristic) -> Self
fn from(value: TransferCharacteristic) -> Self
Converts to this type from the input type.
Source§impl From<TransferCharacteristic> for TransferCharacteristic
impl From<TransferCharacteristic> for TransferCharacteristic
Source§fn from(value: TransferCharacteristic) -> Self
fn from(value: TransferCharacteristic) -> Self
Converts to this type from the input type.
impl Copy for TransferCharacteristic
Auto Trait Implementations§
impl Freeze for TransferCharacteristic
impl RefUnwindSafe for TransferCharacteristic
impl Send for TransferCharacteristic
impl Sync for TransferCharacteristic
impl Unpin for TransferCharacteristic
impl UnwindSafe for TransferCharacteristic
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