Struct x11_dl::xinput2::XIButtonState
source · #[repr(C)]pub struct XIButtonState {
pub mask_len: c_int,
pub mask: *mut c_uchar,
}
Fields§
§mask_len: c_int
§mask: *mut c_uchar
Trait Implementations§
source§impl Clone for XIButtonState
impl Clone for XIButtonState
source§impl Debug for XIButtonState
impl Debug for XIButtonState
source§impl Default for XIButtonState
impl Default for XIButtonState
impl Copy for XIButtonState
Auto Trait Implementations§
impl Freeze for XIButtonState
impl RefUnwindSafe for XIButtonState
impl !Send for XIButtonState
impl !Sync for XIButtonState
impl Unpin for XIButtonState
impl UnwindSafe for XIButtonState
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)