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