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