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