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