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