#[repr(transparent)]pub struct ArkUI_CopyOptions(pub c_uint);Available on crate feature
api-12 only.Expand description
@brief Enumerates the text copy and paste modes.
@since 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_CopyOptions
impl ArkUI_CopyOptions
Sourcepub const ARKUI_COPY_OPTIONS_NONE: ArkUI_CopyOptions = _
pub const ARKUI_COPY_OPTIONS_NONE: ArkUI_CopyOptions = _
Copy is not allowed.
Source§impl ArkUI_CopyOptions
impl ArkUI_CopyOptions
Sourcepub const ARKUI_COPY_OPTIONS_IN_APP: ArkUI_CopyOptions = _
pub const ARKUI_COPY_OPTIONS_IN_APP: ArkUI_CopyOptions = _
Intra-application copy is allowed.
Source§impl ArkUI_CopyOptions
impl ArkUI_CopyOptions
Sourcepub const ARKUI_COPY_OPTIONS_LOCAL_DEVICE: ArkUI_CopyOptions = _
pub const ARKUI_COPY_OPTIONS_LOCAL_DEVICE: ArkUI_CopyOptions = _
Intra-device copy is allowed.
Source§impl ArkUI_CopyOptions
impl ArkUI_CopyOptions
Sourcepub const ARKUI_COPY_OPTIONS_CROSS_DEVICE: ArkUI_CopyOptions = _
pub const ARKUI_COPY_OPTIONS_CROSS_DEVICE: ArkUI_CopyOptions = _
Cross-device copy is allowed.
Trait Implementations§
Source§impl Clone for ArkUI_CopyOptions
impl Clone for ArkUI_CopyOptions
Source§fn clone(&self) -> ArkUI_CopyOptions
fn clone(&self) -> ArkUI_CopyOptions
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_CopyOptions
impl Hash for ArkUI_CopyOptions
Source§impl PartialEq for ArkUI_CopyOptions
impl PartialEq for ArkUI_CopyOptions
impl Eq for ArkUI_CopyOptions
impl StructuralPartialEq for ArkUI_CopyOptions
Auto Trait Implementations§
impl Freeze for ArkUI_CopyOptions
impl RefUnwindSafe for ArkUI_CopyOptions
impl Send for ArkUI_CopyOptions
impl Sync for ArkUI_CopyOptions
impl Unpin for ArkUI_CopyOptions
impl UnwindSafe for ArkUI_CopyOptions
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