pub struct MapNotify {
pub event: WindowId,
pub window: WindowId,
pub override_redirect: bool,
/* private fields */
}Fields§
§event: WindowId§window: WindowId§override_redirect: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for MapNotify
impl RefUnwindSafe for MapNotify
impl Send for MapNotify
impl Sync for MapNotify
impl Unpin for MapNotify
impl UnwindSafe for MapNotify
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