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