Struct input_linux_sys::repeat_settings
source · #[repr(C)]pub struct repeat_settings {
pub delay: c_uint,
pub period: c_uint,
}
Fields§
§delay: c_uint
§period: c_uint
Trait Implementations§
source§impl Clone for repeat_settings
impl Clone for repeat_settings
source§fn clone(&self) -> repeat_settings
fn clone(&self) -> repeat_settings
Returns a copy 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 repeat_settings
Auto Trait Implementations§
impl Freeze for repeat_settings
impl RefUnwindSafe for repeat_settings
impl Send for repeat_settings
impl Sync for repeat_settings
impl Unpin for repeat_settings
impl UnwindSafe for repeat_settings
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)