pub struct WindowGeomChangeEvent {
pub window_id: WindowId,
pub old_geom: WindowGeom,
pub new_geom: WindowGeom,
}
Fields§
§window_id: WindowId
§old_geom: WindowGeom
§new_geom: WindowGeom
Trait Implementations§
Source§impl Clone for WindowGeomChangeEvent
impl Clone for WindowGeomChangeEvent
Source§fn clone(&self) -> WindowGeomChangeEvent
fn clone(&self) -> WindowGeomChangeEvent
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 Freeze for WindowGeomChangeEvent
impl RefUnwindSafe for WindowGeomChangeEvent
impl Send for WindowGeomChangeEvent
impl Sync for WindowGeomChangeEvent
impl Unpin for WindowGeomChangeEvent
impl UnwindSafe for WindowGeomChangeEvent
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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