Struct xcb::randr::CreateLeaseReply
source · pub struct CreateLeaseReply { /* private fields */ }
Expand description
Reply type for CreateLease.
Can be obtained from a CreateLeaseCookie with Connection::wait_for_reply or from a CreateLeaseCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for CreateLeaseReply
impl Debug for CreateLeaseReply
source§impl Drop for CreateLeaseReply
impl Drop for CreateLeaseReply
source§impl Reply for CreateLeaseReply
impl Reply for CreateLeaseReply
impl Send for CreateLeaseReply
impl Sync for CreateLeaseReply
Auto Trait Implementations§
impl Freeze for CreateLeaseReply
impl RefUnwindSafe for CreateLeaseReply
impl Unpin for CreateLeaseReply
impl UnwindSafe for CreateLeaseReply
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