pub struct Eotf(pub u32);Expand description
An electro-optical transfer function (EOTF).
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Eotf
impl<'de> Deserialize<'de> for Eotf
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
impl Copy for Eotf
impl Eq for Eotf
impl StructuralPartialEq for Eotf
Auto Trait Implementations§
impl Freeze for Eotf
impl RefUnwindSafe for Eotf
impl Send for Eotf
impl Sync for Eotf
impl Unpin for Eotf
impl UnsafeUnpin for Eotf
impl UnwindSafe for Eotf
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