#[repr(transparent)]pub struct NSImageRepLoadStatus(pub NSInteger);
Available on crate feature
NSBitmapImageRep
only.Expand description
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 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 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§impl PartialOrd for NSImageRepLoadStatus
impl PartialOrd for NSImageRepLoadStatus
Source§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> 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.