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