#[repr(usize)]pub enum NSImageLoadStatus {
NSImageLoadStatusCompleted = 0,
NSImageLoadStatusCancelled = 1,
NSImageLoadStatusInvalidData = 2,
NSImageLoadStatusUnexpectedEOF = 3,
NSImageLoadStatusReadError = 4,
}👎Deprecated: use the objc2-app-kit crate instead
Variants§
NSImageLoadStatusCompleted = 0
👎Deprecated: use the objc2-app-kit crate instead
NSImageLoadStatusCancelled = 1
👎Deprecated: use the objc2-app-kit crate instead
NSImageLoadStatusInvalidData = 2
👎Deprecated: use the objc2-app-kit crate instead
NSImageLoadStatusUnexpectedEOF = 3
👎Deprecated: use the objc2-app-kit crate instead
NSImageLoadStatusReadError = 4
👎Deprecated: use the objc2-app-kit crate instead
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 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