#[repr(C)]pub struct CMRotationMatrix {
pub m11: c_double,
pub m12: c_double,
pub m13: c_double,
pub m21: c_double,
pub m22: c_double,
pub m23: c_double,
pub m31: c_double,
pub m32: c_double,
pub m33: c_double,
}
Available on crate feature
CMAttitude
only.Expand description
Fields§
§m11: c_double
§m12: c_double
§m13: c_double
§m21: c_double
§m22: c_double
§m23: c_double
§m31: c_double
§m32: c_double
§m33: c_double
Trait Implementations§
Source§impl Clone for CMRotationMatrix
impl Clone for CMRotationMatrix
Source§fn clone(&self) -> CMRotationMatrix
fn clone(&self) -> CMRotationMatrix
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 CMRotationMatrix
impl Debug for CMRotationMatrix
Source§impl Encode for CMRotationMatrix
impl Encode for CMRotationMatrix
Source§impl PartialEq for CMRotationMatrix
impl PartialEq for CMRotationMatrix
Source§impl RefEncode for CMRotationMatrix
impl RefEncode for CMRotationMatrix
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 CMRotationMatrix
impl StructuralPartialEq for CMRotationMatrix
Auto Trait Implementations§
impl Freeze for CMRotationMatrix
impl RefUnwindSafe for CMRotationMatrix
impl Send for CMRotationMatrix
impl Sync for CMRotationMatrix
impl Unpin for CMRotationMatrix
impl UnwindSafe for CMRotationMatrix
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.