#[repr(transparent)]pub struct ArkUI_ImageInterpolation(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates the image interpolation effect.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_ImageInterpolation
impl ArkUI_ImageInterpolation
Sourcepub const ARKUI_IMAGE_INTERPOLATION_NONE: ArkUI_ImageInterpolation
pub const ARKUI_IMAGE_INTERPOLATION_NONE: ArkUI_ImageInterpolation
No image interpolation.
Sourcepub const ARKUI_IMAGE_INTERPOLATION_LOW: ArkUI_ImageInterpolation
pub const ARKUI_IMAGE_INTERPOLATION_LOW: ArkUI_ImageInterpolation
Low quality interpolation.
Sourcepub const ARKUI_IMAGE_INTERPOLATION_MEDIUM: ArkUI_ImageInterpolation
pub const ARKUI_IMAGE_INTERPOLATION_MEDIUM: ArkUI_ImageInterpolation
Medium quality interpolation.
Sourcepub const ARKUI_IMAGE_INTERPOLATION_HIGH: ArkUI_ImageInterpolation
pub const ARKUI_IMAGE_INTERPOLATION_HIGH: ArkUI_ImageInterpolation
High quality interpolation. This mode produces scaled images of the highest possible quality.
Trait Implementations§
Source§impl Clone for ArkUI_ImageInterpolation
impl Clone for ArkUI_ImageInterpolation
Source§fn clone(&self) -> ArkUI_ImageInterpolation
fn clone(&self) -> ArkUI_ImageInterpolation
Returns a duplicate of the value. Read more
1.0.0§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_ImageInterpolation
impl Debug for ArkUI_ImageInterpolation
Source§impl Hash for ArkUI_ImageInterpolation
impl Hash for ArkUI_ImageInterpolation
Source§impl PartialEq for ArkUI_ImageInterpolation
impl PartialEq for ArkUI_ImageInterpolation
impl Copy for ArkUI_ImageInterpolation
impl Eq for ArkUI_ImageInterpolation
impl StructuralPartialEq for ArkUI_ImageInterpolation
Auto Trait Implementations§
impl Freeze for ArkUI_ImageInterpolation
impl RefUnwindSafe for ArkUI_ImageInterpolation
impl Send for ArkUI_ImageInterpolation
impl Sync for ArkUI_ImageInterpolation
impl Unpin for ArkUI_ImageInterpolation
impl UnwindSafe for ArkUI_ImageInterpolation
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)