#[repr(transparent)]pub struct CMError(pub c_uint);
Available on crate feature
CMError
only.Expand description
Tuple Fields§
§0: c_uint
Implementations§
Source§impl CMError
impl CMError
pub const NULL: Self
pub const DeviceRequiresMovement: Self
pub const TrueNorthNotAvailable: Self
pub const Unknown: Self
pub const MotionActivityNotAvailable: Self
pub const MotionActivityNotAuthorized: Self
pub const MotionActivityNotEntitled: Self
pub const InvalidParameter: Self
pub const InvalidAction: Self
pub const NotAvailable: Self
pub const NotEntitled: Self
pub const NotAuthorized: Self
pub const NilData: Self
pub const Size: Self
Trait Implementations§
Source§impl Ord for CMError
impl Ord for CMError
Source§impl PartialOrd for CMError
impl PartialOrd for CMError
Source§impl RefEncode for CMError
impl RefEncode for CMError
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 CMError
impl Eq for CMError
impl StructuralPartialEq for CMError
Auto Trait Implementations§
impl Freeze for CMError
impl RefUnwindSafe for CMError
impl Send for CMError
impl Sync for CMError
impl Unpin for CMError
impl UnwindSafe for CMError
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.