#[repr(transparent)]pub struct PHASEAssetError(pub NSInteger);Available on crate feature
PHASETypes only.Expand description
Asset error
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl PHASEAssetError
impl PHASEAssetError
pub const FailedToLoad: Self
pub const InvalidEngineInstance: Self
pub const BadParameters: Self
pub const AlreadyExists: Self
pub const GeneralError: Self
pub const MemoryAllocation: Self
Trait Implementations§
Source§impl Clone for PHASEAssetError
impl Clone for PHASEAssetError
Source§fn clone(&self) -> PHASEAssetError
fn clone(&self) -> PHASEAssetError
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 PHASEAssetError
impl Debug for PHASEAssetError
Source§impl Encode for PHASEAssetError
impl Encode for PHASEAssetError
Source§impl Hash for PHASEAssetError
impl Hash for PHASEAssetError
Source§impl Ord for PHASEAssetError
impl Ord for PHASEAssetError
Source§fn cmp(&self, other: &PHASEAssetError) -> Ordering
fn cmp(&self, other: &PHASEAssetError) -> 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 PHASEAssetError
impl PartialEq for PHASEAssetError
Source§impl PartialOrd for PHASEAssetError
impl PartialOrd for PHASEAssetError
Source§impl RefEncode for PHASEAssetError
impl RefEncode for PHASEAssetError
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 PHASEAssetError
impl Eq for PHASEAssetError
impl StructuralPartialEq for PHASEAssetError
Auto Trait Implementations§
impl Freeze for PHASEAssetError
impl RefUnwindSafe for PHASEAssetError
impl Send for PHASEAssetError
impl Sync for PHASEAssetError
impl Unpin for PHASEAssetError
impl UnwindSafe for PHASEAssetError
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.