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
impl StructuralPartialEq for Lut3d
Auto Trait Implementations§
impl Freeze for Lut3d
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