pub struct ArkUI_SelectedDragPreviewStyle { /* private fields */ }Available on crate features
api-12 and api-23 only.Expand description
Defines the selected drag preview style configuration.
Available since API-level: 23
Auto Trait Implementations§
impl Freeze for ArkUI_SelectedDragPreviewStyle
impl RefUnwindSafe for ArkUI_SelectedDragPreviewStyle
impl Send for ArkUI_SelectedDragPreviewStyle
impl Sync for ArkUI_SelectedDragPreviewStyle
impl Unpin for ArkUI_SelectedDragPreviewStyle
impl UnsafeUnpin for ArkUI_SelectedDragPreviewStyle
impl UnwindSafe for ArkUI_SelectedDragPreviewStyle
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