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