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