Struct GetAtomNameRequest
pub struct GetAtomNameRequest {
pub atom: u32,
}
Fields§
§atom: u32
Implementations§
Trait Implementations§
§impl Clone for GetAtomNameRequest
impl Clone for GetAtomNameRequest
§fn clone(&self) -> GetAtomNameRequest
fn clone(&self) -> GetAtomNameRequest
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 more§impl Debug for GetAtomNameRequest
impl Debug for GetAtomNameRequest
§impl Default for GetAtomNameRequest
impl Default for GetAtomNameRequest
§fn default() -> GetAtomNameRequest
fn default() -> GetAtomNameRequest
Returns the “default value” for a type. Read more
§impl ReplyRequest for GetAtomNameRequest
impl ReplyRequest for GetAtomNameRequest
§type Reply = GetAtomNameReply
type Reply = GetAtomNameReply
The kind of reply that this request generates.
§impl Request for GetAtomNameRequest
impl Request for GetAtomNameRequest
impl Copy for GetAtomNameRequest
Auto Trait Implementations§
impl Freeze for GetAtomNameRequest
impl RefUnwindSafe for GetAtomNameRequest
impl Send for GetAtomNameRequest
impl Sync for GetAtomNameRequest
impl Unpin for GetAtomNameRequest
impl UnwindSafe for GetAtomNameRequest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)