pub struct GetOutputProperty {
pub output: Output,
pub property: Atom,
pub type: Atom,
pub long_offset: u32,
pub long_length: u32,
pub delete: bool,
pub pending: bool,
}Expand description
The GetOutputProperty request.
This request replies GetOutputPropertyReply.
Associated cookie types are GetOutputPropertyCookie and GetOutputPropertyCookieUnchecked.
Fields§
§output: Output§property: Atom§type: Atom§long_offset: u32§long_length: u32§delete: bool§pending: boolTrait Implementations§
Source§impl Clone for GetOutputProperty
impl Clone for GetOutputProperty
Source§fn clone(&self) -> GetOutputProperty
fn clone(&self) -> GetOutputProperty
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 GetOutputProperty
impl Debug for GetOutputProperty
Source§impl RawRequest for GetOutputProperty
impl RawRequest for GetOutputProperty
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 GetOutputProperty
impl Request for GetOutputProperty
Source§impl RequestWithReply for GetOutputProperty
impl RequestWithReply for GetOutputProperty
Source§type Reply = GetOutputPropertyReply
type Reply = GetOutputPropertyReply
Reply associated with the request
Source§type Cookie = GetOutputPropertyCookie
type Cookie = GetOutputPropertyCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetOutputPropertyCookieUnchecked
type CookieUnchecked = GetOutputPropertyCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetOutputProperty
impl RefUnwindSafe for GetOutputProperty
impl Send for GetOutputProperty
impl Sync for GetOutputProperty
impl Unpin for GetOutputProperty
impl UnwindSafe for GetOutputProperty
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