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