#[repr(C)]pub struct InputEvent__bindgen_ty_1__bindgen_ty_1 {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}Fields§
§_bitfield_align_1: [u32; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>Implementations§
Source§impl InputEvent__bindgen_ty_1__bindgen_ty_1
impl InputEvent__bindgen_ty_1__bindgen_ty_1
pub fn sequence_source(&self) -> u8
pub fn set_sequence_source(&mut self, val: u8)
pub unsafe fn sequence_source_raw(this: *const Self) -> u8
pub unsafe fn set_sequence_source_raw(this: *mut Self, val: u8)
pub fn sequence_counter(&self) -> u32
pub fn set_sequence_counter(&mut self, val: u32)
pub unsafe fn sequence_counter_raw(this: *const Self) -> u32
pub unsafe fn set_sequence_counter_raw(this: *mut Self, val: u32)
pub fn new_bitfield_1( sequence_source: u8, sequence_counter: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for InputEvent__bindgen_ty_1__bindgen_ty_1
impl Clone for InputEvent__bindgen_ty_1__bindgen_ty_1
Source§fn clone(&self) -> InputEvent__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> InputEvent__bindgen_ty_1__bindgen_ty_1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InputEvent__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for InputEvent__bindgen_ty_1__bindgen_ty_1
impl RefUnwindSafe for InputEvent__bindgen_ty_1__bindgen_ty_1
impl Send for InputEvent__bindgen_ty_1__bindgen_ty_1
impl Sync for InputEvent__bindgen_ty_1__bindgen_ty_1
impl Unpin for InputEvent__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for InputEvent__bindgen_ty_1__bindgen_ty_1
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