pub struct MayaCurrentUnitCommand {
pub linear: Option<MayaRawShellItem>,
pub angle: Option<MayaRawShellItem>,
pub time: Option<MayaRawShellItem>,
pub flags: Vec<MayaNormalizedFlag>,
pub span: TextRange,
}Fields§
§linear: Option<MayaRawShellItem>§angle: Option<MayaRawShellItem>§time: Option<MayaRawShellItem>§flags: Vec<MayaNormalizedFlag>§span: TextRangeTrait Implementations§
Source§impl Clone for MayaCurrentUnitCommand
impl Clone for MayaCurrentUnitCommand
Source§fn clone(&self) -> MayaCurrentUnitCommand
fn clone(&self) -> MayaCurrentUnitCommand
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 MayaCurrentUnitCommand
impl Debug for MayaCurrentUnitCommand
Source§impl PartialEq for MayaCurrentUnitCommand
impl PartialEq for MayaCurrentUnitCommand
impl Eq for MayaCurrentUnitCommand
impl StructuralPartialEq for MayaCurrentUnitCommand
Auto Trait Implementations§
impl Freeze for MayaCurrentUnitCommand
impl RefUnwindSafe for MayaCurrentUnitCommand
impl Send for MayaCurrentUnitCommand
impl Sync for MayaCurrentUnitCommand
impl Unpin for MayaCurrentUnitCommand
impl UnsafeUnpin for MayaCurrentUnitCommand
impl UnwindSafe for MayaCurrentUnitCommand
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