pub struct GetPortAttribute {
pub port: Port,
pub attribute: Atom,
}Expand description
The GetPortAttribute request.
This request replies GetPortAttributeReply.
Associated cookie types are GetPortAttributeCookie and GetPortAttributeCookieUnchecked.
Fields§
§port: Port§attribute: AtomTrait Implementations§
Source§impl Clone for GetPortAttribute
impl Clone for GetPortAttribute
Source§fn clone(&self) -> GetPortAttribute
fn clone(&self) -> GetPortAttribute
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 GetPortAttribute
impl Debug for GetPortAttribute
Source§impl RawRequest for GetPortAttribute
impl RawRequest for GetPortAttribute
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 GetPortAttribute
impl Request for GetPortAttribute
Source§impl RequestWithReply for GetPortAttribute
impl RequestWithReply for GetPortAttribute
Source§type Reply = GetPortAttributeReply
type Reply = GetPortAttributeReply
Reply associated with the request
Source§type Cookie = GetPortAttributeCookie
type Cookie = GetPortAttributeCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetPortAttributeCookieUnchecked
type CookieUnchecked = GetPortAttributeCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetPortAttribute
impl RefUnwindSafe for GetPortAttribute
impl Send for GetPortAttribute
impl Sync for GetPortAttribute
impl Unpin for GetPortAttribute
impl UnwindSafe for GetPortAttribute
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