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