pub struct Lut { /* private fields */ }
Implementations§
Source§impl Lut
impl Lut
pub fn title(&self) -> Option<&str>
pub fn comments(&self) -> &str
pub fn in_video_range(&self) -> bool
pub fn out_video_range(&self) -> bool
pub fn cube(&self) -> &Cube
pub fn shaper(&self) -> Option<&Cube>
pub fn domain_min(&self) -> Option<&[f32; 3]>
pub fn domain_max(&self) -> Option<&[f32; 3]>
Auto Trait Implementations§
impl Freeze for Lut
impl RefUnwindSafe for Lut
impl Send for Lut
impl Sync for Lut
impl Unpin for Lut
impl UnwindSafe for Lut
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