Struct objc2_app_kit::NSImageRepLoadStatus
source · #[repr(transparent)]pub struct NSImageRepLoadStatus(pub NSInteger);
Available on crate feature
NSBitmapImageRep
only.Tuple Fields§
§0: NSInteger
Implementations§
source§impl NSImageRepLoadStatus
impl NSImageRepLoadStatus
pub const UnknownType: Self = _
pub const ReadingHeader: Self = _
pub const WillNeedAllData: Self = _
pub const InvalidData: Self = _
pub const UnexpectedEOF: Self = _
pub const Completed: Self = _
Trait Implementations§
source§impl Clone for NSImageRepLoadStatus
impl Clone for NSImageRepLoadStatus
source§fn clone(&self) -> NSImageRepLoadStatus
fn clone(&self) -> NSImageRepLoadStatus
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 NSImageRepLoadStatus
impl Debug for NSImageRepLoadStatus
source§impl Encode for NSImageRepLoadStatus
impl Encode for NSImageRepLoadStatus
source§impl Hash for NSImageRepLoadStatus
impl Hash for NSImageRepLoadStatus
source§impl Ord for NSImageRepLoadStatus
impl Ord for NSImageRepLoadStatus
source§fn cmp(&self, other: &NSImageRepLoadStatus) -> Ordering
fn cmp(&self, other: &NSImageRepLoadStatus) -> 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 NSImageRepLoadStatus
impl PartialEq for NSImageRepLoadStatus
source§fn eq(&self, other: &NSImageRepLoadStatus) -> bool
fn eq(&self, other: &NSImageRepLoadStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NSImageRepLoadStatus
impl PartialOrd for NSImageRepLoadStatus
source§fn partial_cmp(&self, other: &NSImageRepLoadStatus) -> Option<Ordering>
fn partial_cmp(&self, other: &NSImageRepLoadStatus) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl RefEncode for NSImageRepLoadStatus
impl RefEncode for NSImageRepLoadStatus
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 NSImageRepLoadStatus
impl Eq for NSImageRepLoadStatus
impl StructuralPartialEq for NSImageRepLoadStatus
Auto Trait Implementations§
impl Freeze for NSImageRepLoadStatus
impl RefUnwindSafe for NSImageRepLoadStatus
impl Send for NSImageRepLoadStatus
impl Sync for NSImageRepLoadStatus
impl Unpin for NSImageRepLoadStatus
impl UnwindSafe for NSImageRepLoadStatus
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> 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.