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