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