#[repr(transparent)]pub struct ArkUI_CancelButtonStyle(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates the styles of the Cancel button.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_CancelButtonStyle
impl ArkUI_CancelButtonStyle
Sourcepub const ARKUI_CANCELBUTTON_STYLE_CONSTANT: ArkUI_CancelButtonStyle
pub const ARKUI_CANCELBUTTON_STYLE_CONSTANT: ArkUI_CancelButtonStyle
The Cancel button is always displayed.
Sourcepub const ARKUI_CANCELBUTTON_STYLE_INVISIBLE: ArkUI_CancelButtonStyle
pub const ARKUI_CANCELBUTTON_STYLE_INVISIBLE: ArkUI_CancelButtonStyle
The Cancel button is always hidden.
Sourcepub const ARKUI_CANCELBUTTON_STYLE_INPUT: ArkUI_CancelButtonStyle
pub const ARKUI_CANCELBUTTON_STYLE_INPUT: ArkUI_CancelButtonStyle
The Cancel button is displayed when there is text input.
Trait Implementations§
Source§impl Clone for ArkUI_CancelButtonStyle
impl Clone for ArkUI_CancelButtonStyle
Source§fn clone(&self) -> ArkUI_CancelButtonStyle
fn clone(&self) -> ArkUI_CancelButtonStyle
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_CancelButtonStyle
impl Debug for ArkUI_CancelButtonStyle
Source§impl Hash for ArkUI_CancelButtonStyle
impl Hash for ArkUI_CancelButtonStyle
Source§impl PartialEq for ArkUI_CancelButtonStyle
impl PartialEq for ArkUI_CancelButtonStyle
impl Copy for ArkUI_CancelButtonStyle
impl Eq for ArkUI_CancelButtonStyle
impl StructuralPartialEq for ArkUI_CancelButtonStyle
Auto Trait Implementations§
impl Freeze for ArkUI_CancelButtonStyle
impl RefUnwindSafe for ArkUI_CancelButtonStyle
impl Send for ArkUI_CancelButtonStyle
impl Sync for ArkUI_CancelButtonStyle
impl Unpin for ArkUI_CancelButtonStyle
impl UnwindSafe for ArkUI_CancelButtonStyle
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)