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