pub struct GetCompatMap {
pub device_spec: DeviceSpec,
pub groups: SetOfGroup,
pub get_all_si: bool,
pub first_si: u16,
pub n_si: u16,
}Expand description
The GetCompatMap request.
This request replies GetCompatMapReply.
Associated cookie types are GetCompatMapCookie and GetCompatMapCookieUnchecked.
Fields§
§device_spec: DeviceSpec§groups: SetOfGroup§get_all_si: bool§first_si: u16§n_si: u16Trait Implementations§
Source§impl Clone for GetCompatMap
impl Clone for GetCompatMap
Source§fn clone(&self) -> GetCompatMap
fn clone(&self) -> GetCompatMap
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 GetCompatMap
impl Debug for GetCompatMap
Source§impl RawRequest for GetCompatMap
impl RawRequest for GetCompatMap
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 GetCompatMap
impl Request for GetCompatMap
Source§impl RequestWithReply for GetCompatMap
impl RequestWithReply for GetCompatMap
Source§type Reply = GetCompatMapReply
type Reply = GetCompatMapReply
Reply associated with the request
Source§type Cookie = GetCompatMapCookie
type Cookie = GetCompatMapCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetCompatMapCookieUnchecked
type CookieUnchecked = GetCompatMapCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetCompatMap
impl RefUnwindSafe for GetCompatMap
impl Send for GetCompatMap
impl Sync for GetCompatMap
impl Unpin for GetCompatMap
impl UnwindSafe for GetCompatMap
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