Struct xcb::randr::GetProviderInfoReply
source · pub struct GetProviderInfoReply { /* private fields */ }
Expand description
Reply type for GetProviderInfo.
Can be obtained from a GetProviderInfoCookie with Connection::wait_for_reply or from a GetProviderInfoCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetProviderInfoReply
impl GetProviderInfoReply
pub fn response_type(&self) -> u8
pub fn status(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn timestamp(&self) -> Timestamp
pub fn capabilities(&self) -> ProviderCapability
pub fn crtcs(&self) -> &[Crtc]
pub fn outputs(&self) -> &[Output]
pub fn associated_providers(&self) -> &[Provider]
pub fn associated_capability(&self) -> &[u32]
pub fn name(&self) -> &Lat1Str
Trait Implementations§
source§impl Debug for GetProviderInfoReply
impl Debug for GetProviderInfoReply
source§impl Drop for GetProviderInfoReply
impl Drop for GetProviderInfoReply
source§impl Reply for GetProviderInfoReply
impl Reply for GetProviderInfoReply
impl Send for GetProviderInfoReply
impl Sync for GetProviderInfoReply
Auto Trait Implementations§
impl Freeze for GetProviderInfoReply
impl RefUnwindSafe for GetProviderInfoReply
impl Unpin for GetProviderInfoReply
impl UnwindSafe for GetProviderInfoReply
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