Struct libc::uinput_ff_erase [−][src]
#[repr(C)]pub struct uinput_ff_erase {
pub request_id: __u32,
pub retval: __s32,
pub effect_id: __u32,
}
Fields
request_id: __u32
retval: __s32
effect_id: __u32
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.