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