#[repr(transparent)]pub struct UIImageDynamicRange(pub NSInteger);
Available on crate feature
UIInterface
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl UIImageDynamicRange
impl UIImageDynamicRange
Sourcepub const Unspecified: Self
pub const Unspecified: Self
Do not specify a preferred dynamic range.
Sourcepub const ConstrainedHigh: Self
pub const ConstrainedHigh: Self
Allow image content to use some extended range. This is appropriate for mixing content with standard and high dynamic ranges.
Trait Implementations§
Source§impl Clone for UIImageDynamicRange
impl Clone for UIImageDynamicRange
Source§fn clone(&self) -> UIImageDynamicRange
fn clone(&self) -> UIImageDynamicRange
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 UIImageDynamicRange
impl Debug for UIImageDynamicRange
Source§impl Encode for UIImageDynamicRange
impl Encode for UIImageDynamicRange
Source§impl Hash for UIImageDynamicRange
impl Hash for UIImageDynamicRange
Source§impl Ord for UIImageDynamicRange
impl Ord for UIImageDynamicRange
Source§fn cmp(&self, other: &UIImageDynamicRange) -> Ordering
fn cmp(&self, other: &UIImageDynamicRange) -> 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 UIImageDynamicRange
impl PartialEq for UIImageDynamicRange
Source§impl PartialOrd for UIImageDynamicRange
impl PartialOrd for UIImageDynamicRange
Source§impl RefEncode for UIImageDynamicRange
impl RefEncode for UIImageDynamicRange
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 UIImageDynamicRange
impl Eq for UIImageDynamicRange
impl StructuralPartialEq for UIImageDynamicRange
Auto Trait Implementations§
impl Freeze for UIImageDynamicRange
impl RefUnwindSafe for UIImageDynamicRange
impl Send for UIImageDynamicRange
impl Sync for UIImageDynamicRange
impl Unpin for UIImageDynamicRange
impl UnwindSafe for UIImageDynamicRange
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.