Struct input_linux_sys::uinput_ff_erase
[−]
[src]
#[repr(C)]pub struct uinput_ff_erase { pub request_id: uint32_t, pub retval: int32_t, pub effect_id: uint32_t, }
Fields
request_id: uint32_t
retval: int32_t
effect_id: uint32_t
Trait Implementations
impl Copy for uinput_ff_erase
[src]
impl Clone for uinput_ff_erase
[src]
fn clone(&self) -> uinput_ff_erase
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more