#[repr(u8)]pub enum ComponentTransferFuncType {
Identity = 0,
Table = 1,
Discrete = 2,
Linear = 3,
Gamma = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for ComponentTransferFuncType
impl Clone for ComponentTransferFuncType
Source§fn clone(&self) -> ComponentTransferFuncType
fn clone(&self) -> ComponentTransferFuncType
Returns a copy 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 ComponentTransferFuncType
impl Debug for ComponentTransferFuncType
Source§impl Default for ComponentTransferFuncType
impl Default for ComponentTransferFuncType
Source§impl<'de> Deserialize<'de> for ComponentTransferFuncType
impl<'de> Deserialize<'de> for ComponentTransferFuncType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Peek for ComponentTransferFuncType
impl Peek for ComponentTransferFuncType
Source§impl Poke for ComponentTransferFuncType
impl Poke for ComponentTransferFuncType
impl Copy for ComponentTransferFuncType
impl StructuralPartialEq for ComponentTransferFuncType
Auto Trait Implementations§
impl Freeze for ComponentTransferFuncType
impl RefUnwindSafe for ComponentTransferFuncType
impl Send for ComponentTransferFuncType
impl Sync for ComponentTransferFuncType
impl Unpin for ComponentTransferFuncType
impl UnwindSafe for ComponentTransferFuncType
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