Struct xcb::dri3::GetSupportedModifiersReply
source · pub struct GetSupportedModifiersReply { /* private fields */ }
Expand description
Reply type for GetSupportedModifiers.
Can be obtained from a GetSupportedModifiersCookie with Connection::wait_for_reply or from a GetSupportedModifiersCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetSupportedModifiersReply
impl GetSupportedModifiersReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn window_modifiers(&self) -> &[u64]
pub fn screen_modifiers(&self) -> &[u64]
Trait Implementations§
source§impl Debug for GetSupportedModifiersReply
impl Debug for GetSupportedModifiersReply
source§impl Drop for GetSupportedModifiersReply
impl Drop for GetSupportedModifiersReply
source§impl Reply for GetSupportedModifiersReply
impl Reply for GetSupportedModifiersReply
impl Send for GetSupportedModifiersReply
impl Sync for GetSupportedModifiersReply
Auto Trait Implementations§
impl Freeze for GetSupportedModifiersReply
impl RefUnwindSafe for GetSupportedModifiersReply
impl Unpin for GetSupportedModifiersReply
impl UnwindSafe for GetSupportedModifiersReply
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