#[repr(C, packed(1))]pub struct uhid_feature_req {
pub id: __u32,
pub rnum: __u8,
pub rtype: __u8,
}Fields§
§id: __u32§rnum: __u8§rtype: __u8Trait Implementations§
Source§impl Clone for uhid_feature_req
impl Clone for uhid_feature_req
Source§fn clone(&self) -> uhid_feature_req
fn clone(&self) -> uhid_feature_req
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for uhid_feature_req
impl Debug for uhid_feature_req
impl Copy for uhid_feature_req
Auto Trait Implementations§
impl Freeze for uhid_feature_req
impl RefUnwindSafe for uhid_feature_req
impl Send for uhid_feature_req
impl Sync for uhid_feature_req
impl Unpin for uhid_feature_req
impl UnwindSafe for uhid_feature_req
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more