Struct xcb::randr::GetOutputProperty
source · 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: bool
Trait 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
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
)