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