Struct xcb::screensaver::QueryInfoReply
source · pub struct QueryInfoReply { /* private fields */ }
Expand description
Reply type for QueryInfo.
Can be obtained from a QueryInfoCookie with Connection::wait_for_reply or from a QueryInfoCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl QueryInfoReply
impl QueryInfoReply
pub fn response_type(&self) -> u8
pub fn state(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn saver_window(&self) -> Window
pub fn ms_until_server(&self) -> u32
pub fn ms_since_user_input(&self) -> u32
pub fn event_mask(&self) -> u32
pub fn kind(&self) -> Kind
Trait Implementations§
source§impl Debug for QueryInfoReply
impl Debug for QueryInfoReply
source§impl Drop for QueryInfoReply
impl Drop for QueryInfoReply
source§impl Reply for QueryInfoReply
impl Reply for QueryInfoReply
impl Send for QueryInfoReply
impl Sync for QueryInfoReply
Auto Trait Implementations§
impl Freeze for QueryInfoReply
impl RefUnwindSafe for QueryInfoReply
impl Unpin for QueryInfoReply
impl UnwindSafe for QueryInfoReply
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