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