Struct xcb::xinerama::QueryScreensReply
source · pub struct QueryScreensReply { /* private fields */ }
Expand description
Reply type for QueryScreens.
Can be obtained from a QueryScreensCookie with Connection::wait_for_reply or from a QueryScreensCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl QueryScreensReply
impl QueryScreensReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn screen_info(&self) -> &[ScreenInfo]
Trait Implementations§
source§impl Debug for QueryScreensReply
impl Debug for QueryScreensReply
source§impl Drop for QueryScreensReply
impl Drop for QueryScreensReply
source§impl Reply for QueryScreensReply
impl Reply for QueryScreensReply
impl Send for QueryScreensReply
impl Sync for QueryScreensReply
Auto Trait Implementations§
impl Freeze for QueryScreensReply
impl RefUnwindSafe for QueryScreensReply
impl Unpin for QueryScreensReply
impl UnwindSafe for QueryScreensReply
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