#[repr(transparent)]pub struct ArkUI_ImageRotateOrientation(pub c_uint);Available on crate features
api-12 and api-21 only.Expand description
Enumerates the image rotate orientation.
Available since API-level: 21
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_ImageRotateOrientation
impl ArkUI_ImageRotateOrientation
Sourcepub const ARKUI_ORIENTATION_AUTO: ArkUI_ImageRotateOrientation
pub const ARKUI_ORIENTATION_AUTO: ArkUI_ImageRotateOrientation
Use EXIF metadata for display orientation, with support for rotation and mirroring.
Sourcepub const ARKUI_ORIENTATION_UP: ArkUI_ImageRotateOrientation
pub const ARKUI_ORIENTATION_UP: ArkUI_ImageRotateOrientation
Display original pixel data without transformation.
Sourcepub const ARKUI_ORIENTATION_RIGHT: ArkUI_ImageRotateOrientation
pub const ARKUI_ORIENTATION_RIGHT: ArkUI_ImageRotateOrientation
Display the image after rotating it 90 degrees clockwise.
Sourcepub const ARKUI_ORIENTATION_DOWN: ArkUI_ImageRotateOrientation
pub const ARKUI_ORIENTATION_DOWN: ArkUI_ImageRotateOrientation
Display the image after rotating it 180 degrees clockwise.
Sourcepub const ARKUI_ORIENTATION_LEFT: ArkUI_ImageRotateOrientation
pub const ARKUI_ORIENTATION_LEFT: ArkUI_ImageRotateOrientation
Display the image after rotating it 270 degrees clockwise.
Sourcepub const ARKUI_ORIENTATION_UP_MIRRORED: ArkUI_ImageRotateOrientation
pub const ARKUI_ORIENTATION_UP_MIRRORED: ArkUI_ImageRotateOrientation
Display the image after flipping it horizontally.
Sourcepub const ARKUI_ORIENTATION_RIGHT_MIRRORED: ArkUI_ImageRotateOrientation
pub const ARKUI_ORIENTATION_RIGHT_MIRRORED: ArkUI_ImageRotateOrientation
Display the image after flipping it horizontally and then rotating it 90 degrees clockwise.
Sourcepub const ARKUI_ORIENTATION_DOWN_MIRRORED: ArkUI_ImageRotateOrientation
pub const ARKUI_ORIENTATION_DOWN_MIRRORED: ArkUI_ImageRotateOrientation
Display the image after flipping it vertically.
Sourcepub const ARKUI_ORIENTATION_LEFT_MIRRORED: ArkUI_ImageRotateOrientation
pub const ARKUI_ORIENTATION_LEFT_MIRRORED: ArkUI_ImageRotateOrientation
Display the image after flipping it horizontally and then rotating it 270 degrees clockwise.
Trait Implementations§
Source§impl Clone for ArkUI_ImageRotateOrientation
impl Clone for ArkUI_ImageRotateOrientation
Source§fn clone(&self) -> ArkUI_ImageRotateOrientation
fn clone(&self) -> ArkUI_ImageRotateOrientation
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_ImageRotateOrientation
impl Debug for ArkUI_ImageRotateOrientation
Source§impl Hash for ArkUI_ImageRotateOrientation
impl Hash for ArkUI_ImageRotateOrientation
impl Copy for ArkUI_ImageRotateOrientation
impl Eq for ArkUI_ImageRotateOrientation
impl StructuralPartialEq for ArkUI_ImageRotateOrientation
Auto Trait Implementations§
impl Freeze for ArkUI_ImageRotateOrientation
impl RefUnwindSafe for ArkUI_ImageRotateOrientation
impl Send for ArkUI_ImageRotateOrientation
impl Sync for ArkUI_ImageRotateOrientation
impl Unpin for ArkUI_ImageRotateOrientation
impl UnwindSafe for ArkUI_ImageRotateOrientation
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)