Struct xcb::randr::GetScreenResourcesReply
source · pub struct GetScreenResourcesReply { /* private fields */ }
Expand description
Reply type for GetScreenResources.
Can be obtained from a GetScreenResourcesCookie with Connection::wait_for_reply or from a GetScreenResourcesCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetScreenResourcesReply
impl GetScreenResourcesReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn timestamp(&self) -> Timestamp
pub fn config_timestamp(&self) -> Timestamp
pub fn crtcs(&self) -> &[Crtc]
pub fn outputs(&self) -> &[Output]
pub fn modes(&self) -> &[ModeInfo]
pub fn names(&self) -> &[u8] ⓘ
Trait Implementations§
source§impl Debug for GetScreenResourcesReply
impl Debug for GetScreenResourcesReply
source§impl Drop for GetScreenResourcesReply
impl Drop for GetScreenResourcesReply
source§impl Reply for GetScreenResourcesReply
impl Reply for GetScreenResourcesReply
impl Send for GetScreenResourcesReply
impl Sync for GetScreenResourcesReply
Auto Trait Implementations§
impl Freeze for GetScreenResourcesReply
impl RefUnwindSafe for GetScreenResourcesReply
impl Unpin for GetScreenResourcesReply
impl UnwindSafe for GetScreenResourcesReply
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