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