#[repr(transparent)]pub struct EPError(pub NSInteger);Available on crate feature
EPErrors only.Expand description
Tuple Fields§
§0: NSIntegerImplementations§
Trait Implementations§
Source§impl Ord for EPError
impl Ord for EPError
Source§impl PartialOrd for EPError
impl PartialOrd for EPError
Source§impl RefEncode for EPError
impl RefEncode for EPError
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 EPError
impl Eq for EPError
impl StructuralPartialEq for EPError
Auto Trait Implementations§
impl Freeze for EPError
impl RefUnwindSafe for EPError
impl Send for EPError
impl Sync for EPError
impl Unpin for EPError
impl UnwindSafe for EPError
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.