Struct xcb::randr::GetScreenInfoReply
source · pub struct GetScreenInfoReply { /* private fields */ }
Expand description
Reply type for GetScreenInfo.
Can be obtained from a GetScreenInfoCookie with Connection::wait_for_reply or from a GetScreenInfoCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetScreenInfoReply
impl GetScreenInfoReply
pub fn response_type(&self) -> u8
pub fn rotations(&self) -> Rotation
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn root(&self) -> Window
pub fn timestamp(&self) -> Timestamp
pub fn config_timestamp(&self) -> Timestamp
pub fn size_id(&self) -> u16
pub fn rotation(&self) -> Rotation
pub fn rate(&self) -> u16
pub fn sizes(&self) -> &[ScreenSize]
pub fn rates(&self) -> RefreshRatesIterator<'_> ⓘ
Trait Implementations§
source§impl Debug for GetScreenInfoReply
impl Debug for GetScreenInfoReply
source§impl Drop for GetScreenInfoReply
impl Drop for GetScreenInfoReply
source§impl Reply for GetScreenInfoReply
impl Reply for GetScreenInfoReply
impl Send for GetScreenInfoReply
impl Sync for GetScreenInfoReply
Auto Trait Implementations§
impl Freeze for GetScreenInfoReply
impl RefUnwindSafe for GetScreenInfoReply
impl Unpin for GetScreenInfoReply
impl UnwindSafe for GetScreenInfoReply
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