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