#[repr(transparent)]pub struct ArkUI_DynamicRangeMode(pub c_uint);Available on crate features
api-12 and api-21 only.Expand description
Enumerates the image dynamic range mode.
Available since API-level: 21
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_DynamicRangeMode
impl ArkUI_DynamicRangeMode
Sourcepub const ARKUI_DYNAMIC_RANGE_MODE_HIGH: ArkUI_DynamicRangeMode
pub const ARKUI_DYNAMIC_RANGE_MODE_HIGH: ArkUI_DynamicRangeMode
high dynamic range mode.
Sourcepub const ARKUI_DYNAMIC_RANGE_MODE_CONSTRAINT: ArkUI_DynamicRangeMode
pub const ARKUI_DYNAMIC_RANGE_MODE_CONSTRAINT: ArkUI_DynamicRangeMode
constraint dynamic range mode.
Sourcepub const ARKUI_DYNAMIC_RANGE_MODE_STANDARD: ArkUI_DynamicRangeMode
pub const ARKUI_DYNAMIC_RANGE_MODE_STANDARD: ArkUI_DynamicRangeMode
standard dynamic range mode.
Trait Implementations§
Source§impl Clone for ArkUI_DynamicRangeMode
impl Clone for ArkUI_DynamicRangeMode
Source§fn clone(&self) -> ArkUI_DynamicRangeMode
fn clone(&self) -> ArkUI_DynamicRangeMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ArkUI_DynamicRangeMode
impl Debug for ArkUI_DynamicRangeMode
Source§impl Hash for ArkUI_DynamicRangeMode
impl Hash for ArkUI_DynamicRangeMode
Source§impl PartialEq for ArkUI_DynamicRangeMode
impl PartialEq for ArkUI_DynamicRangeMode
Source§fn eq(&self, other: &ArkUI_DynamicRangeMode) -> bool
fn eq(&self, other: &ArkUI_DynamicRangeMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ArkUI_DynamicRangeMode
impl Eq for ArkUI_DynamicRangeMode
impl StructuralPartialEq for ArkUI_DynamicRangeMode
Auto Trait Implementations§
impl Freeze for ArkUI_DynamicRangeMode
impl RefUnwindSafe for ArkUI_DynamicRangeMode
impl Send for ArkUI_DynamicRangeMode
impl Sync for ArkUI_DynamicRangeMode
impl Unpin for ArkUI_DynamicRangeMode
impl UnsafeUnpin for ArkUI_DynamicRangeMode
impl UnwindSafe for ArkUI_DynamicRangeMode
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