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