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