Struct xcb::randr::GetMonitorsReply
source · pub struct GetMonitorsReply { /* private fields */ }
Expand description
Reply type for GetMonitors.
Can be obtained from a GetMonitorsCookie with Connection::wait_for_reply or from a GetMonitorsCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for GetMonitorsReply
impl Debug for GetMonitorsReply
source§impl Drop for GetMonitorsReply
impl Drop for GetMonitorsReply
source§impl Reply for GetMonitorsReply
impl Reply for GetMonitorsReply
impl Send for GetMonitorsReply
impl Sync for GetMonitorsReply
Auto Trait Implementations§
impl Freeze for GetMonitorsReply
impl RefUnwindSafe for GetMonitorsReply
impl Unpin for GetMonitorsReply
impl UnwindSafe for GetMonitorsReply
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