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