pub struct OutputVar {
pub name: String,
pub slot: u8,
pub base_type: BaseType,
pub container: ContainerType,
}Expand description
Target output variable.
Fields§
§name: StringName of this output variable.
slot: u8Output color target index.
base_type: BaseTypeType of the output component.
container: ContainerType“Scalarness” of this output.
Trait Implementations§
impl Eq for OutputVar
impl StructuralPartialEq for OutputVar
Auto Trait Implementations§
impl Freeze for OutputVar
impl RefUnwindSafe for OutputVar
impl Send for OutputVar
impl Sync for OutputVar
impl Unpin for OutputVar
impl UnwindSafe for OutputVar
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