Struct xcb::randr::QueryOutputProperty
source · pub struct QueryOutputProperty {
pub output: Output,
pub property: Atom,
}
Expand description
The QueryOutputProperty
request.
This request replies QueryOutputPropertyReply.
Associated cookie types are QueryOutputPropertyCookie and QueryOutputPropertyCookieUnchecked.
Fields§
§output: Output
§property: Atom
Trait Implementations§
source§impl Clone for QueryOutputProperty
impl Clone for QueryOutputProperty
source§fn clone(&self) -> QueryOutputProperty
fn clone(&self) -> QueryOutputProperty
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 QueryOutputProperty
impl Debug for QueryOutputProperty
source§impl RawRequest for QueryOutputProperty
impl RawRequest for QueryOutputProperty
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 QueryOutputProperty
impl Request for QueryOutputProperty
source§impl RequestWithReply for QueryOutputProperty
impl RequestWithReply for QueryOutputProperty
source§type Reply = QueryOutputPropertyReply
type Reply = QueryOutputPropertyReply
Reply associated with the request
source§type Cookie = QueryOutputPropertyCookie
type Cookie = QueryOutputPropertyCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = QueryOutputPropertyCookieUnchecked
type CookieUnchecked = QueryOutputPropertyCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for QueryOutputProperty
impl RefUnwindSafe for QueryOutputProperty
impl Send for QueryOutputProperty
impl Sync for QueryOutputProperty
impl Unpin for QueryOutputProperty
impl UnwindSafe for QueryOutputProperty
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
)