#[repr(transparent)]pub struct ArkUI_DropOperation(pub c_uint);Available on crate feature
api-12 only.Expand description
Defines an enum for data processing modes used when data is dropped, which affects the display of the badge.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_DropOperation
impl ArkUI_DropOperation
Sourcepub const ARKUI_DROP_OPERATION_COPY: ArkUI_DropOperation
pub const ARKUI_DROP_OPERATION_COPY: ArkUI_DropOperation
Copy.
Source§impl ArkUI_DropOperation
impl ArkUI_DropOperation
Sourcepub const ARKUI_DROP_OPERATION_MOVE: ArkUI_DropOperation
pub const ARKUI_DROP_OPERATION_MOVE: ArkUI_DropOperation
Cut.
Trait Implementations§
Source§impl Clone for ArkUI_DropOperation
impl Clone for ArkUI_DropOperation
Source§fn clone(&self) -> ArkUI_DropOperation
fn clone(&self) -> ArkUI_DropOperation
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_DropOperation
impl Hash for ArkUI_DropOperation
Source§impl PartialEq for ArkUI_DropOperation
impl PartialEq for ArkUI_DropOperation
impl Eq for ArkUI_DropOperation
impl StructuralPartialEq for ArkUI_DropOperation
Auto Trait Implementations§
impl Freeze for ArkUI_DropOperation
impl RefUnwindSafe for ArkUI_DropOperation
impl Send for ArkUI_DropOperation
impl Sync for ArkUI_DropOperation
impl Unpin for ArkUI_DropOperation
impl UnwindSafe for ArkUI_DropOperation
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