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