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