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