Struct xcb::x::SelectionNotifyEvent
source · pub struct SelectionNotifyEvent { /* private fields */ }
Expand description
The SelectionNotifyEvent
event.
Implementations§
source§impl SelectionNotifyEvent
impl SelectionNotifyEvent
pub fn new( time: Timestamp, requestor: Window, selection: Atom, target: Atom, property: Atom, ) -> SelectionNotifyEvent
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn time(&self) -> Timestamp
pub fn requestor(&self) -> Window
pub fn selection(&self) -> Atom
pub fn target(&self) -> Atom
pub fn property(&self) -> Atom
Trait Implementations§
source§impl BaseEvent for SelectionNotifyEvent
impl BaseEvent for SelectionNotifyEvent
source§impl Debug for SelectionNotifyEvent
impl Debug for SelectionNotifyEvent
source§impl Drop for SelectionNotifyEvent
impl Drop for SelectionNotifyEvent
impl Send for SelectionNotifyEvent
impl Sync for SelectionNotifyEvent
Auto Trait Implementations§
impl Freeze for SelectionNotifyEvent
impl RefUnwindSafe for SelectionNotifyEvent
impl Unpin for SelectionNotifyEvent
impl UnwindSafe for SelectionNotifyEvent
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