Struct objc2_background_assets::BADownloadState
source · #[repr(transparent)]pub struct BADownloadState(pub NSInteger);Available on crate feature
BADownload only.Tuple Fields§
§0: NSIntegerImplementations§
Trait Implementations§
source§impl Clone for BADownloadState
impl Clone for BADownloadState
source§fn clone(&self) -> BADownloadState
fn clone(&self) -> BADownloadState
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 BADownloadState
impl Debug for BADownloadState
source§impl Encode for BADownloadState
impl Encode for BADownloadState
source§impl Hash for BADownloadState
impl Hash for BADownloadState
source§impl Ord for BADownloadState
impl Ord for BADownloadState
source§fn cmp(&self, other: &BADownloadState) -> Ordering
fn cmp(&self, other: &BADownloadState) -> 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 BADownloadState
impl PartialEq for BADownloadState
source§fn eq(&self, other: &BADownloadState) -> bool
fn eq(&self, other: &BADownloadState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for BADownloadState
impl PartialOrd for BADownloadState
source§fn partial_cmp(&self, other: &BADownloadState) -> Option<Ordering>
fn partial_cmp(&self, other: &BADownloadState) -> 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 BADownloadState
impl RefEncode for BADownloadState
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 BADownloadState
impl Eq for BADownloadState
impl StructuralPartialEq for BADownloadState
Auto Trait Implementations§
impl Freeze for BADownloadState
impl RefUnwindSafe for BADownloadState
impl Send for BADownloadState
impl Sync for BADownloadState
impl Unpin for BADownloadState
impl UnwindSafe for BADownloadState
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.