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