pub struct ConverterPlaneHandle<'run> { /* private fields */ }
Expand description
An entry of data in a ConverterRun
.
Implementations§
Source§impl ConverterPlaneHandle<'_>
impl ConverterPlaneHandle<'_>
Sourcepub fn set_as_color(self)
pub fn set_as_color(self)
Define that this plane is the input (or output) color of the conversion.
The last modification performed through a [PlaneHandle
] overrules any previous
definition. This function should only be called if the color information is supplied by a
single plane. If the color information in the layout disagrees, running will return an
error.
Auto Trait Implementations§
impl<'run> Freeze for ConverterPlaneHandle<'run>
impl<'run> RefUnwindSafe for ConverterPlaneHandle<'run>
impl<'run> Send for ConverterPlaneHandle<'run>
impl<'run> Sync for ConverterPlaneHandle<'run>
impl<'run> Unpin for ConverterPlaneHandle<'run>
impl<'run> !UnwindSafe for ConverterPlaneHandle<'run>
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