Struct zaplib::WindowGeomChangeEvent
source · [−]pub struct WindowGeomChangeEvent {
pub window_id: usize,
pub old_geom: WindowGeom,
pub new_geom: WindowGeom,
}
Expand description
Fields
window_id: usize
old_geom: WindowGeom
new_geom: WindowGeom
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for WindowGeomChangeEvent
impl Send for WindowGeomChangeEvent
impl Sync for WindowGeomChangeEvent
impl Unpin for WindowGeomChangeEvent
impl UnwindSafe for WindowGeomChangeEvent
Blanket Implementations
Mutably borrows from an owned value. Read more