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