Union uhidrs_sys::uhid_event__bindgen_ty_1 [−][src]
Fields
create: uhid_create_req
input: uhid_input_req
output: uhid_output_req
output_ev: uhid_output_ev_req
feature: uhid_feature_req
get_report: uhid_get_report_req
feature_answer: uhid_feature_answer_req
get_report_reply: uhid_get_report_reply_req
create2: uhid_create2_req
input2: uhid_input2_req
set_report: uhid_set_report_req
set_report_reply: uhid_set_report_reply_req
start: uhid_start_req
Trait Implementations
impl Clone for uhid_event__bindgen_ty_1
[src]
fn clone(&self) -> uhid_event__bindgen_ty_1
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for uhid_event__bindgen_ty_1
[src]
Auto Trait Implementations
impl RefUnwindSafe for uhid_event__bindgen_ty_1
impl !Send for uhid_event__bindgen_ty_1
impl !Sync for uhid_event__bindgen_ty_1
impl Unpin for uhid_event__bindgen_ty_1
impl UnwindSafe for uhid_event__bindgen_ty_1
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,