Struct makepad_widgets::WindowMovedEvent
pub struct WindowMovedEvent {
pub window_id: WindowId,
pub old_pos: DVec2,
pub new_pos: DVec2,
}
Fields§
§window_id: WindowId
§old_pos: DVec2
§new_pos: DVec2
Trait Implementations§
§impl Clone for WindowMovedEvent
impl Clone for WindowMovedEvent
§fn clone(&self) -> WindowMovedEvent
fn clone(&self) -> WindowMovedEvent
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 moreAuto Trait Implementations§
impl RefUnwindSafe for WindowMovedEvent
impl Send for WindowMovedEvent
impl Sync for WindowMovedEvent
impl Unpin for WindowMovedEvent
impl UnwindSafe for WindowMovedEvent
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