Struct makepad_widgets::dock::DropPosition
source · pub struct DropPosition { /* private fields */ }Trait Implementations§
source§impl Clone for DropPosition
impl Clone for DropPosition
source§fn clone(&self) -> DropPosition
fn clone(&self) -> DropPosition
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 Debug for DropPosition
impl Debug for DropPosition
source§impl PartialEq<DropPosition> for DropPosition
impl PartialEq<DropPosition> for DropPosition
source§fn eq(&self, other: &DropPosition) -> bool
fn eq(&self, other: &DropPosition) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for DropPosition
impl StructuralPartialEq for DropPosition
Auto Trait Implementations§
impl RefUnwindSafe for DropPosition
impl Send for DropPosition
impl Sync for DropPosition
impl Unpin for DropPosition
impl UnwindSafe for DropPosition
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