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