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