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