Struct xcb::shape::GetRectanglesCookie
source · pub struct GetRectanglesCookie { /* private fields */ }
Expand description
Cookie type for GetRectangles.
This cookie can be used to get a GetRectanglesReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for GetRectanglesCookie
impl Cookie for GetRectanglesCookie
source§impl CookieWithReplyChecked for GetRectanglesCookie
impl CookieWithReplyChecked for GetRectanglesCookie
source§type Reply = GetRectanglesReply
type Reply = GetRectanglesReply
The reply type associated with the cookie
source§impl Debug for GetRectanglesCookie
impl Debug for GetRectanglesCookie
impl CookieChecked for GetRectanglesCookie
Auto Trait Implementations§
impl Freeze for GetRectanglesCookie
impl RefUnwindSafe for GetRectanglesCookie
impl Send for GetRectanglesCookie
impl Sync for GetRectanglesCookie
impl Unpin for GetRectanglesCookie
impl UnwindSafe for GetRectanglesCookie
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