#[repr(transparent)]pub struct ArkUI_XComponent_ImageAnalyzerState(pub c_uint);
Available on crate feature
api-18
only.Expand description
Status code for AI analyzer.
Available since API-level: 18
Tuple Fields§
§0: c_uint
Implementations§
Source§impl ArkUI_XComponent_ImageAnalyzerState
impl ArkUI_XComponent_ImageAnalyzerState
Sourcepub const ARKUI_XCOMPONENT_AI_ANALYSIS_FINISHED: ArkUI_XComponent_ImageAnalyzerState
pub const ARKUI_XCOMPONENT_AI_ANALYSIS_FINISHED: ArkUI_XComponent_ImageAnalyzerState
AI analyzer execution is finished.
Sourcepub const ARKUI_XCOMPONENT_AI_ANALYSIS_DISABLED: ArkUI_XComponent_ImageAnalyzerState
pub const ARKUI_XCOMPONENT_AI_ANALYSIS_DISABLED: ArkUI_XComponent_ImageAnalyzerState
AI analyzer is disabled.
Sourcepub const ARKUI_XCOMPONENT_AI_ANALYSIS_UNSUPPORTED: ArkUI_XComponent_ImageAnalyzerState
pub const ARKUI_XCOMPONENT_AI_ANALYSIS_UNSUPPORTED: ArkUI_XComponent_ImageAnalyzerState
AI analyzer is unsupported.
Sourcepub const ARKUI_XCOMPONENT_AI_ANALYSIS_ONGOING: ArkUI_XComponent_ImageAnalyzerState
pub const ARKUI_XCOMPONENT_AI_ANALYSIS_ONGOING: ArkUI_XComponent_ImageAnalyzerState
AI analyzer is ongoing.
Sourcepub const ARKUI_XCOMPONENT_AI_ANALYSIS_STOPPED: ArkUI_XComponent_ImageAnalyzerState
pub const ARKUI_XCOMPONENT_AI_ANALYSIS_STOPPED: ArkUI_XComponent_ImageAnalyzerState
AI analyzer is stopped.
Trait Implementations§
Source§impl Clone for ArkUI_XComponent_ImageAnalyzerState
impl Clone for ArkUI_XComponent_ImageAnalyzerState
Source§fn clone(&self) -> ArkUI_XComponent_ImageAnalyzerState
fn clone(&self) -> ArkUI_XComponent_ImageAnalyzerState
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 PartialEq for ArkUI_XComponent_ImageAnalyzerState
impl PartialEq for ArkUI_XComponent_ImageAnalyzerState
Source§fn eq(&self, other: &ArkUI_XComponent_ImageAnalyzerState) -> bool
fn eq(&self, other: &ArkUI_XComponent_ImageAnalyzerState) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for ArkUI_XComponent_ImageAnalyzerState
impl Eq for ArkUI_XComponent_ImageAnalyzerState
impl StructuralPartialEq for ArkUI_XComponent_ImageAnalyzerState
Auto Trait Implementations§
impl Freeze for ArkUI_XComponent_ImageAnalyzerState
impl RefUnwindSafe for ArkUI_XComponent_ImageAnalyzerState
impl Send for ArkUI_XComponent_ImageAnalyzerState
impl Sync for ArkUI_XComponent_ImageAnalyzerState
impl Unpin for ArkUI_XComponent_ImageAnalyzerState
impl UnwindSafe for ArkUI_XComponent_ImageAnalyzerState
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