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