Enum cocoa::appkit::NSImageLoadStatus
source · #[repr(usize)]pub enum NSImageLoadStatus {
NSImageLoadStatusCompleted = 0,
NSImageLoadStatusCancelled = 1,
NSImageLoadStatusInvalidData = 2,
NSImageLoadStatusUnexpectedEOF = 3,
NSImageLoadStatusReadError = 4,
}
Variants§
NSImageLoadStatusCompleted = 0
NSImageLoadStatusCancelled = 1
NSImageLoadStatusInvalidData = 2
NSImageLoadStatusUnexpectedEOF = 3
NSImageLoadStatusReadError = 4
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 for NSImageLoadStatus
impl PartialEq for NSImageLoadStatus
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)