pub struct GetAtomName {
pub atom: Atom,
}Expand description
The GetAtomName request.
This request replies GetAtomNameReply.
Associated cookie types are GetAtomNameCookie and GetAtomNameCookieUnchecked.
Fields§
§atom: AtomTrait Implementations§
Source§impl Clone for GetAtomName
impl Clone for GetAtomName
Source§fn clone(&self) -> GetAtomName
fn clone(&self) -> GetAtomName
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 GetAtomName
impl Debug for GetAtomName
Source§impl RawRequest for GetAtomName
impl RawRequest for GetAtomName
Source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
Source§impl Request for GetAtomName
impl Request for GetAtomName
Source§impl RequestWithReply for GetAtomName
impl RequestWithReply for GetAtomName
Source§type Reply = GetAtomNameReply
type Reply = GetAtomNameReply
Reply associated with the request
Source§type Cookie = GetAtomNameCookie
type Cookie = GetAtomNameCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetAtomNameCookieUnchecked
type CookieUnchecked = GetAtomNameCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetAtomName
impl RefUnwindSafe for GetAtomName
impl Send for GetAtomName
impl Sync for GetAtomName
impl Unpin for GetAtomName
impl UnwindSafe for GetAtomName
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