pub struct MayaLightSetAttrCommand {
pub attr_path: Option<MayaRawShellItem>,
pub type_name: Option<MayaRawShellItem>,
pub value_kind: MayaSetAttrValueKind,
pub prefix_values: Vec<MayaRawShellItem>,
pub flags: Vec<MayaLightFlag>,
pub opaque_tail: Option<TextRange>,
pub span: TextRange,
}Fields§
§attr_path: Option<MayaRawShellItem>§type_name: Option<MayaRawShellItem>§value_kind: MayaSetAttrValueKind§prefix_values: Vec<MayaRawShellItem>§flags: Vec<MayaLightFlag>§opaque_tail: Option<TextRange>§span: TextRangeTrait Implementations§
Source§impl Clone for MayaLightSetAttrCommand
impl Clone for MayaLightSetAttrCommand
Source§fn clone(&self) -> MayaLightSetAttrCommand
fn clone(&self) -> MayaLightSetAttrCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MayaLightSetAttrCommand
impl Debug for MayaLightSetAttrCommand
Source§impl PartialEq for MayaLightSetAttrCommand
impl PartialEq for MayaLightSetAttrCommand
impl Eq for MayaLightSetAttrCommand
impl StructuralPartialEq for MayaLightSetAttrCommand
Auto Trait Implementations§
impl Freeze for MayaLightSetAttrCommand
impl RefUnwindSafe for MayaLightSetAttrCommand
impl Send for MayaLightSetAttrCommand
impl Sync for MayaLightSetAttrCommand
impl Unpin for MayaLightSetAttrCommand
impl UnsafeUnpin for MayaLightSetAttrCommand
impl UnwindSafe for MayaLightSetAttrCommand
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