pub struct AngleControl {
pub axis: AngleAxis,
pub degrees: i32,
}Fields§
§axis: AngleAxis§degrees: i32Implementations§
Trait Implementations§
Source§impl Clone for AngleControl
impl Clone for AngleControl
Source§fn clone(&self) -> AngleControl
fn clone(&self) -> AngleControl
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Command for AngleControl
impl Command for AngleControl
impl Copy for AngleControl
Source§impl Debug for AngleControl
impl Debug for AngleControl
impl Eq for AngleControl
Source§impl PartialEq for AngleControl
impl PartialEq for AngleControl
impl StructuralPartialEq for AngleControl
Auto Trait Implementations§
impl Freeze for AngleControl
impl RefUnwindSafe for AngleControl
impl Send for AngleControl
impl Sync for AngleControl
impl Unpin for AngleControl
impl UnsafeUnpin for AngleControl
impl UnwindSafe for AngleControl
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