[][src]Union uhidrs_sys::uhid_event__bindgen_ty_1

#[repr(C)]pub union uhid_event__bindgen_ty_1 {
    pub create: uhid_create_req,
    pub input: uhid_input_req,
    pub output: uhid_output_req,
    pub output_ev: uhid_output_ev_req,
    pub feature: uhid_feature_req,
    pub get_report: uhid_get_report_req,
    pub feature_answer: uhid_feature_answer_req,
    pub get_report_reply: uhid_get_report_reply_req,
    pub create2: uhid_create2_req,
    pub input2: uhid_input2_req,
    pub set_report: uhid_set_report_req,
    pub set_report_reply: uhid_set_report_reply_req,
    pub start: uhid_start_req,
    // some fields omitted
}

Fields

create: uhid_create_reqinput: uhid_input_reqoutput: uhid_output_reqoutput_ev: uhid_output_ev_reqfeature: uhid_feature_reqget_report: uhid_get_report_reqfeature_answer: uhid_feature_answer_reqget_report_reply: uhid_get_report_reply_reqcreate2: uhid_create2_reqinput2: uhid_input2_reqset_report: uhid_set_report_reqset_report_reply: uhid_set_report_reply_reqstart: uhid_start_req

Trait Implementations

impl Clone for uhid_event__bindgen_ty_1[src]

impl Copy for uhid_event__bindgen_ty_1[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.