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