Struct xcb::x::PropertyNotifyEvent
source · pub struct PropertyNotifyEvent { /* private fields */ }
Expand description
a window property changed
Implementations§
Trait Implementations§
source§impl BaseEvent for PropertyNotifyEvent
impl BaseEvent for PropertyNotifyEvent
source§impl Debug for PropertyNotifyEvent
impl Debug for PropertyNotifyEvent
source§impl Drop for PropertyNotifyEvent
impl Drop for PropertyNotifyEvent
source§impl Raw<xcb_generic_event_t> for PropertyNotifyEvent
impl Raw<xcb_generic_event_t> for PropertyNotifyEvent
impl Send for PropertyNotifyEvent
impl Sync for PropertyNotifyEvent
Auto Trait Implementations§
impl Freeze for PropertyNotifyEvent
impl RefUnwindSafe for PropertyNotifyEvent
impl Unpin for PropertyNotifyEvent
impl UnwindSafe for PropertyNotifyEvent
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