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