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: __u32retval: __s32effect: ff_effectold: ff_effectTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.