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