Struct objc2_game_controller::GCEulerAngles
source · #[repr(C)]pub struct GCEulerAngles {
pub pitch: c_double,
pub yaw: c_double,
pub roll: c_double,
}
Available on crate feature
GCMotion
only.Fields§
§pitch: c_double
§yaw: c_double
§roll: c_double
Trait Implementations§
source§impl Clone for GCEulerAngles
impl Clone for GCEulerAngles
source§fn clone(&self) -> GCEulerAngles
fn clone(&self) -> GCEulerAngles
Returns a copy 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 GCEulerAngles
impl Debug for GCEulerAngles
source§impl Encode for GCEulerAngles
impl Encode for GCEulerAngles
source§impl PartialEq for GCEulerAngles
impl PartialEq for GCEulerAngles
source§fn eq(&self, other: &GCEulerAngles) -> bool
fn eq(&self, other: &GCEulerAngles) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RefEncode for GCEulerAngles
impl RefEncode for GCEulerAngles
source§const ENCODING_REF: Encoding = _
const ENCODING_REF: Encoding = _
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for GCEulerAngles
impl StructuralPartialEq for GCEulerAngles
Auto Trait Implementations§
impl Freeze for GCEulerAngles
impl RefUnwindSafe for GCEulerAngles
impl Send for GCEulerAngles
impl Sync for GCEulerAngles
impl Unpin for GCEulerAngles
impl UnwindSafe for GCEulerAngles
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
source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.