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