Struct xcb::randr::SetCrtcConfigCookie
source · pub struct SetCrtcConfigCookie { /* private fields */ }
Expand description
Cookie type for SetCrtcConfig.
This cookie can be used to get a SetCrtcConfigReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for SetCrtcConfigCookie
impl Cookie for SetCrtcConfigCookie
source§impl CookieWithReplyChecked for SetCrtcConfigCookie
impl CookieWithReplyChecked for SetCrtcConfigCookie
source§type Reply = SetCrtcConfigReply
type Reply = SetCrtcConfigReply
The reply type associated with the cookie
source§impl Debug for SetCrtcConfigCookie
impl Debug for SetCrtcConfigCookie
impl CookieChecked for SetCrtcConfigCookie
Auto Trait Implementations§
impl Freeze for SetCrtcConfigCookie
impl RefUnwindSafe for SetCrtcConfigCookie
impl Send for SetCrtcConfigCookie
impl Sync for SetCrtcConfigCookie
impl Unpin for SetCrtcConfigCookie
impl UnwindSafe for SetCrtcConfigCookie
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