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