#[repr(C)]pub struct InputPrefs {
pub ip_Keymap: [c_char; 16],
pub ip_PointerTicks: UWORD,
pub ip_DoubleClick: TimeVal_Type,
pub ip_KeyRptDelay: TimeVal_Type,
pub ip_KeyRptSpeed: TimeVal_Type,
pub ip_MouseAccel: WORD,
}Fields§
§ip_Keymap: [c_char; 16]§ip_PointerTicks: UWORD§ip_DoubleClick: TimeVal_Type§ip_KeyRptDelay: TimeVal_Type§ip_KeyRptSpeed: TimeVal_Type§ip_MouseAccel: WORDTrait Implementations§
Source§impl Clone for InputPrefs
impl Clone for InputPrefs
Source§fn clone(&self) -> InputPrefs
fn clone(&self) -> InputPrefs
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 moreSource§impl Debug for InputPrefs
impl Debug for InputPrefs
impl Copy for InputPrefs
Auto Trait Implementations§
impl Freeze for InputPrefs
impl RefUnwindSafe for InputPrefs
impl Send for InputPrefs
impl Sync for InputPrefs
impl Unpin for InputPrefs
impl UnwindSafe for InputPrefs
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