#[repr(transparent)]pub struct ArkUI_XComponentType(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates the types of the
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_XComponentType
impl ArkUI_XComponentType
Sourcepub const ARKUI_XCOMPONENT_TYPE_SURFACE: ArkUI_XComponentType
pub const ARKUI_XCOMPONENT_TYPE_SURFACE: ArkUI_XComponentType
The custom content of EGL/OpenGL ES and media data is displayed individually on the screen.
Source§impl ArkUI_XComponentType
impl ArkUI_XComponentType
Sourcepub const ARKUI_XCOMPONENT_TYPE_TEXTURE: ArkUI_XComponentType
pub const ARKUI_XCOMPONENT_TYPE_TEXTURE: ArkUI_XComponentType
The custom content of EGL/OpenGL ES and media data is grouped and displayed together with content of the component.
Trait Implementations§
Source§impl Clone for ArkUI_XComponentType
impl Clone for ArkUI_XComponentType
Source§fn clone(&self) -> ArkUI_XComponentType
fn clone(&self) -> ArkUI_XComponentType
Returns a copy 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 Hash for ArkUI_XComponentType
impl Hash for ArkUI_XComponentType
Source§impl PartialEq for ArkUI_XComponentType
impl PartialEq for ArkUI_XComponentType
impl Copy for ArkUI_XComponentType
impl Eq for ArkUI_XComponentType
impl StructuralPartialEq for ArkUI_XComponentType
Auto Trait Implementations§
impl Freeze for ArkUI_XComponentType
impl RefUnwindSafe for ArkUI_XComponentType
impl Send for ArkUI_XComponentType
impl Sync for ArkUI_XComponentType
impl Unpin for ArkUI_XComponentType
impl UnwindSafe for ArkUI_XComponentType
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