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