Struct clf_parser::clf::Lut3d
source · pub struct Lut3d {
pub bit_depth: OperatorBitDepth,
pub array: Array,
}
Fields§
§bit_depth: OperatorBitDepth
§array: Array
Trait Implementations§
source§impl<'de> Deserialize<'de> for Lut3d
impl<'de> Deserialize<'de> for Lut3d
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 PartialEq for Lut3d
impl PartialEq for Lut3d
impl StructuralPartialEq for Lut3d
Auto Trait Implementations§
impl RefUnwindSafe for Lut3d
impl Send for Lut3d
impl Sync for Lut3d
impl Unpin for Lut3d
impl UnwindSafe for Lut3d
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