#[repr(transparent)]pub struct ICLegacyReturnCode(pub NSInteger);Available on crate feature
ImageCaptureConstants only.Expand description
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl ICLegacyReturnCode
impl ICLegacyReturnCode
pub const CommunicationErr: Self
pub const DeviceNotFoundErr: Self
pub const DeviceNotOpenErr: Self
pub const FileCorruptedErr: Self
pub const IOPendingErr: Self
pub const InvalidObjectErr: Self
pub const InvalidPropertyErr: Self
pub const IndexOutOfRangeErr: Self
pub const PropertyTypeNotFoundErr: Self
pub const CannotYieldDevice: Self
pub const DataTypeNotFoundErr: Self
pub const DeviceMemoryAllocationErr: Self
pub const DeviceInternalErr: Self
pub const DeviceInvalidParamErr: Self
pub const DeviceAlreadyOpenErr: Self
pub const DeviceLocationIDNotFoundErr: Self
pub const DeviceGUIDNotFoundErr: Self
pub const DeviceIOServicePathNotFoundErr: Self
pub const DeviceUnsupportedErr: Self
pub const FrameworkInternalErr: Self
pub const ExtensionInternalErr: Self
pub const InvalidSessionErr: Self
Trait Implementations§
Source§impl Clone for ICLegacyReturnCode
impl Clone for ICLegacyReturnCode
Source§fn clone(&self) -> ICLegacyReturnCode
fn clone(&self) -> ICLegacyReturnCode
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 ICLegacyReturnCode
impl Debug for ICLegacyReturnCode
Source§impl Encode for ICLegacyReturnCode
impl Encode for ICLegacyReturnCode
Source§impl Hash for ICLegacyReturnCode
impl Hash for ICLegacyReturnCode
Source§impl Ord for ICLegacyReturnCode
impl Ord for ICLegacyReturnCode
Source§fn cmp(&self, other: &ICLegacyReturnCode) -> Ordering
fn cmp(&self, other: &ICLegacyReturnCode) -> 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 ICLegacyReturnCode
impl PartialEq for ICLegacyReturnCode
Source§impl PartialOrd for ICLegacyReturnCode
impl PartialOrd for ICLegacyReturnCode
Source§impl RefEncode for ICLegacyReturnCode
impl RefEncode for ICLegacyReturnCode
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 ICLegacyReturnCode
impl Eq for ICLegacyReturnCode
impl StructuralPartialEq for ICLegacyReturnCode
Auto Trait Implementations§
impl Freeze for ICLegacyReturnCode
impl RefUnwindSafe for ICLegacyReturnCode
impl Send for ICLegacyReturnCode
impl Sync for ICLegacyReturnCode
impl Unpin for ICLegacyReturnCode
impl UnwindSafe for ICLegacyReturnCode
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.