pub struct GetState {
pub device_spec: DeviceSpec,
}
Expand description
The GetState
request.
This request replies GetStateReply.
Associated cookie types are GetStateCookie and GetStateCookieUnchecked.
Fields§
§device_spec: DeviceSpec
Trait Implementations§
source§impl RawRequest for GetState
impl RawRequest for GetState
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 RequestWithReply for GetState
impl RequestWithReply for GetState
source§type Reply = GetStateReply
type Reply = GetStateReply
Reply associated with the request
source§type Cookie = GetStateCookie
type Cookie = GetStateCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = GetStateCookieUnchecked
type CookieUnchecked = GetStateCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetState
impl RefUnwindSafe for GetState
impl Send for GetState
impl Sync for GetState
impl Unpin for GetState
impl UnwindSafe for GetState
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)