Struct xcb::x::CirculateNotifyEvent
source · pub struct CirculateNotifyEvent { /* private fields */ }
Expand description
NOT YET DOCUMENTED
Implementations§
source§impl CirculateNotifyEvent
impl CirculateNotifyEvent
pub fn new(event: Window, window: Window, place: Place) -> CirculateNotifyEvent
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
Trait Implementations§
source§impl BaseEvent for CirculateNotifyEvent
impl BaseEvent for CirculateNotifyEvent
source§impl Debug for CirculateNotifyEvent
impl Debug for CirculateNotifyEvent
source§impl Drop for CirculateNotifyEvent
impl Drop for CirculateNotifyEvent
impl Send for CirculateNotifyEvent
impl Sync for CirculateNotifyEvent
Auto Trait Implementations§
impl Freeze for CirculateNotifyEvent
impl RefUnwindSafe for CirculateNotifyEvent
impl Unpin for CirculateNotifyEvent
impl UnwindSafe for CirculateNotifyEvent
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