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