#[repr(transparent)]pub struct ICReturnObjectErrorCode(pub NSInteger);Available on crate feature
ImageCaptureConstants only.Expand description
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl ICReturnObjectErrorCode
impl ICReturnObjectErrorCode
pub const CodeObjectDoesNotExist: Self
pub const CodeObjectDataOffsetInvalid: Self
pub const CodeObjectCouldNotBeRead: Self
pub const CodeObjectDataEmpty: Self
pub const CodeObjectDataRequestTooLarge: Self
Trait Implementations§
Source§impl Clone for ICReturnObjectErrorCode
impl Clone for ICReturnObjectErrorCode
Source§fn clone(&self) -> ICReturnObjectErrorCode
fn clone(&self) -> ICReturnObjectErrorCode
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 ICReturnObjectErrorCode
impl Debug for ICReturnObjectErrorCode
Source§impl Encode for ICReturnObjectErrorCode
impl Encode for ICReturnObjectErrorCode
Source§impl Hash for ICReturnObjectErrorCode
impl Hash for ICReturnObjectErrorCode
Source§impl Ord for ICReturnObjectErrorCode
impl Ord for ICReturnObjectErrorCode
Source§fn cmp(&self, other: &ICReturnObjectErrorCode) -> Ordering
fn cmp(&self, other: &ICReturnObjectErrorCode) -> 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 ICReturnObjectErrorCode
impl PartialEq for ICReturnObjectErrorCode
Source§impl PartialOrd for ICReturnObjectErrorCode
impl PartialOrd for ICReturnObjectErrorCode
Source§impl RefEncode for ICReturnObjectErrorCode
impl RefEncode for ICReturnObjectErrorCode
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 ICReturnObjectErrorCode
impl Eq for ICReturnObjectErrorCode
impl StructuralPartialEq for ICReturnObjectErrorCode
Auto Trait Implementations§
impl Freeze for ICReturnObjectErrorCode
impl RefUnwindSafe for ICReturnObjectErrorCode
impl Send for ICReturnObjectErrorCode
impl Sync for ICReturnObjectErrorCode
impl Unpin for ICReturnObjectErrorCode
impl UnwindSafe for ICReturnObjectErrorCode
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.