#[repr(transparent)]pub struct OSSystemExtensionErrorCode(pub NSInteger);Tuple Fields§
§0: NSIntegerImplementations§
source§impl OSSystemExtensionErrorCode
impl OSSystemExtensionErrorCode
pub const OSSystemExtensionErrorUnknown: Self = _
pub const OSSystemExtensionErrorMissingEntitlement: Self = _
pub const OSSystemExtensionErrorUnsupportedParentBundleLocation: Self = _
pub const OSSystemExtensionErrorExtensionNotFound: Self = _
pub const OSSystemExtensionErrorExtensionMissingIdentifier: Self = _
pub const OSSystemExtensionErrorDuplicateExtensionIdentifer: Self = _
pub const OSSystemExtensionErrorUnknownExtensionCategory: Self = _
pub const SignatureInvalid: Self = _
pub const OSSystemExtensionErrorValidationFailed: Self = _
pub const OSSystemExtensionErrorForbiddenBySystemPolicy: Self = _
pub const OSSystemExtensionErrorRequestCanceled: Self = _
pub const OSSystemExtensionErrorRequestSuperseded: Self = _
pub const OSSystemExtensionErrorAuthorizationRequired: Self = _
Trait Implementations§
source§impl Clone for OSSystemExtensionErrorCode
impl Clone for OSSystemExtensionErrorCode
source§fn clone(&self) -> OSSystemExtensionErrorCode
fn clone(&self) -> OSSystemExtensionErrorCode
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 OSSystemExtensionErrorCode
impl Debug for OSSystemExtensionErrorCode
source§impl Encode for OSSystemExtensionErrorCode
impl Encode for OSSystemExtensionErrorCode
source§impl Hash for OSSystemExtensionErrorCode
impl Hash for OSSystemExtensionErrorCode
source§impl Ord for OSSystemExtensionErrorCode
impl Ord for OSSystemExtensionErrorCode
source§fn cmp(&self, other: &OSSystemExtensionErrorCode) -> Ordering
fn cmp(&self, other: &OSSystemExtensionErrorCode) -> 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 OSSystemExtensionErrorCode
impl PartialEq for OSSystemExtensionErrorCode
source§fn eq(&self, other: &OSSystemExtensionErrorCode) -> bool
fn eq(&self, other: &OSSystemExtensionErrorCode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for OSSystemExtensionErrorCode
impl PartialOrd for OSSystemExtensionErrorCode
source§fn partial_cmp(&self, other: &OSSystemExtensionErrorCode) -> Option<Ordering>
fn partial_cmp(&self, other: &OSSystemExtensionErrorCode) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl RefEncode for OSSystemExtensionErrorCode
impl RefEncode for OSSystemExtensionErrorCode
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 OSSystemExtensionErrorCode
impl Eq for OSSystemExtensionErrorCode
impl StructuralPartialEq for OSSystemExtensionErrorCode
Auto Trait Implementations§
impl Freeze for OSSystemExtensionErrorCode
impl RefUnwindSafe for OSSystemExtensionErrorCode
impl Send for OSSystemExtensionErrorCode
impl Sync for OSSystemExtensionErrorCode
impl Unpin for OSSystemExtensionErrorCode
impl UnwindSafe for OSSystemExtensionErrorCode
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.