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