Enum cocoa::appkit::NSImageLoadStatus
source · #[repr(usize)]pub enum NSImageLoadStatus {
NSImageLoadStatusCompleted,
NSImageLoadStatusCancelled,
NSImageLoadStatusInvalidData,
NSImageLoadStatusUnexpectedEOF,
NSImageLoadStatusReadError,
}
Variants§
NSImageLoadStatusCompleted
NSImageLoadStatusCancelled
NSImageLoadStatusInvalidData
NSImageLoadStatusUnexpectedEOF
NSImageLoadStatusReadError
Trait Implementations§
source§impl Clone for NSImageLoadStatus
impl Clone for NSImageLoadStatus
source§fn clone(&self) -> NSImageLoadStatus
fn clone(&self) -> NSImageLoadStatus
Returns a copy 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 PartialEq<NSImageLoadStatus> for NSImageLoadStatus
impl PartialEq<NSImageLoadStatus> for NSImageLoadStatus
source§fn eq(&self, other: &NSImageLoadStatus) -> bool
fn eq(&self, other: &NSImageLoadStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NSImageLoadStatus
impl Eq for NSImageLoadStatus
impl StructuralEq for NSImageLoadStatus
impl StructuralPartialEq for NSImageLoadStatus
Auto Trait Implementations§
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