Struct x11rb::protocol::xproto::GetSelectionOwnerRequest
source · pub struct GetSelectionOwnerRequest {
pub selection: u32,
}
Expand description
Fields§
§selection: u32
Implementations§
Trait Implementations§
source§impl Clone for GetSelectionOwnerRequest
impl Clone for GetSelectionOwnerRequest
source§fn clone(&self) -> GetSelectionOwnerRequest
fn clone(&self) -> GetSelectionOwnerRequest
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetSelectionOwnerRequest
impl Debug for GetSelectionOwnerRequest
source§impl Default for GetSelectionOwnerRequest
impl Default for GetSelectionOwnerRequest
source§fn default() -> GetSelectionOwnerRequest
fn default() -> GetSelectionOwnerRequest
Returns the “default value” for a type. Read more
source§impl ReplyRequest for GetSelectionOwnerRequest
impl ReplyRequest for GetSelectionOwnerRequest
§type Reply = GetSelectionOwnerReply
type Reply = GetSelectionOwnerReply
The kind of reply that this request generates.
source§impl Request for GetSelectionOwnerRequest
impl Request for GetSelectionOwnerRequest
impl Copy for GetSelectionOwnerRequest
Auto Trait Implementations§
impl Freeze for GetSelectionOwnerRequest
impl RefUnwindSafe for GetSelectionOwnerRequest
impl Send for GetSelectionOwnerRequest
impl Sync for GetSelectionOwnerRequest
impl Unpin for GetSelectionOwnerRequest
impl UnwindSafe for GetSelectionOwnerRequest
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