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