pub struct ExternalDragRegionProps {
pub layout: LayoutStyle,
pub enabled: bool,
}Expand description
An external drag event listener region primitive.
This is a mechanism-only building block for external file drop workflows.
Fields§
§layout: LayoutStyle§enabled: boolTrait Implementations§
Source§impl Clone for ExternalDragRegionProps
impl Clone for ExternalDragRegionProps
Source§fn clone(&self) -> ExternalDragRegionProps
fn clone(&self) -> ExternalDragRegionProps
Returns a duplicate 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 Debug for ExternalDragRegionProps
impl Debug for ExternalDragRegionProps
Source§impl Default for ExternalDragRegionProps
impl Default for ExternalDragRegionProps
impl Copy for ExternalDragRegionProps
Auto Trait Implementations§
impl Freeze for ExternalDragRegionProps
impl RefUnwindSafe for ExternalDragRegionProps
impl Send for ExternalDragRegionProps
impl Sync for ExternalDragRegionProps
impl Unpin for ExternalDragRegionProps
impl UnsafeUnpin for ExternalDragRegionProps
impl UnwindSafe for ExternalDragRegionProps
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