[][src]Union uhid_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]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for uhid_event__bindgen_ty_1[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

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

type Owned = T

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.