pub struct TransformCommand {
pub transform: Transform,
}Fields§
§transform: TransformTrait Implementations§
Source§impl Clone for TransformCommand
impl Clone for TransformCommand
Source§fn clone(&self) -> TransformCommand
fn clone(&self) -> TransformCommand
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 TransformCommand
impl Debug for TransformCommand
Source§impl PartialEq for TransformCommand
impl PartialEq for TransformCommand
impl Copy for TransformCommand
impl StructuralPartialEq for TransformCommand
Auto Trait Implementations§
impl Freeze for TransformCommand
impl RefUnwindSafe for TransformCommand
impl Send for TransformCommand
impl Sync for TransformCommand
impl Unpin for TransformCommand
impl UnsafeUnpin for TransformCommand
impl UnwindSafe for TransformCommand
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