Struct xcb::screensaver::QueryInfo
source · pub struct QueryInfo {
pub drawable: Drawable,
}
Expand description
The QueryInfo
request.
This request replies QueryInfoReply.
Associated cookie types are QueryInfoCookie and QueryInfoCookieUnchecked.
Fields§
§drawable: Drawable
Trait Implementations§
source§impl RawRequest for QueryInfo
impl RawRequest for QueryInfo
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 QueryInfo
impl RequestWithReply for QueryInfo
source§type Reply = QueryInfoReply
type Reply = QueryInfoReply
Reply associated with the request
source§type Cookie = QueryInfoCookie
type Cookie = QueryInfoCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = QueryInfoCookieUnchecked
type CookieUnchecked = QueryInfoCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for QueryInfo
impl RefUnwindSafe for QueryInfo
impl Send for QueryInfo
impl Sync for QueryInfo
impl Unpin for QueryInfo
impl UnwindSafe for QueryInfo
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
)