#[repr(transparent)]pub struct CMMagneticFieldCalibrationAccuracy(pub c_int);
Available on crate feature
CMDeviceMotion
only.Expand description
Tuple Fields§
§0: c_int
Implementations§
Trait Implementations§
Source§impl Clone for CMMagneticFieldCalibrationAccuracy
impl Clone for CMMagneticFieldCalibrationAccuracy
Source§fn clone(&self) -> CMMagneticFieldCalibrationAccuracy
fn clone(&self) -> CMMagneticFieldCalibrationAccuracy
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 Ord for CMMagneticFieldCalibrationAccuracy
impl Ord for CMMagneticFieldCalibrationAccuracy
Source§fn cmp(&self, other: &CMMagneticFieldCalibrationAccuracy) -> Ordering
fn cmp(&self, other: &CMMagneticFieldCalibrationAccuracy) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CMMagneticFieldCalibrationAccuracy
impl PartialEq for CMMagneticFieldCalibrationAccuracy
Source§fn eq(&self, other: &CMMagneticFieldCalibrationAccuracy) -> bool
fn eq(&self, other: &CMMagneticFieldCalibrationAccuracy) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for CMMagneticFieldCalibrationAccuracy
impl PartialOrd for CMMagneticFieldCalibrationAccuracy
Source§impl RefEncode for CMMagneticFieldCalibrationAccuracy
impl RefEncode for CMMagneticFieldCalibrationAccuracy
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 CMMagneticFieldCalibrationAccuracy
impl Eq for CMMagneticFieldCalibrationAccuracy
impl StructuralPartialEq for CMMagneticFieldCalibrationAccuracy
Auto Trait Implementations§
impl Freeze for CMMagneticFieldCalibrationAccuracy
impl RefUnwindSafe for CMMagneticFieldCalibrationAccuracy
impl Send for CMMagneticFieldCalibrationAccuracy
impl Sync for CMMagneticFieldCalibrationAccuracy
impl Unpin for CMMagneticFieldCalibrationAccuracy
impl UnwindSafe for CMMagneticFieldCalibrationAccuracy
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.