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