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