#[repr(C)]pub struct hiddev_collection_info {
pub index: __u32,
pub type_: __u32,
pub usage: __u32,
pub level: __u32,
}
Fields§
§index: __u32
§type_: __u32
§usage: __u32
§level: __u32
Trait Implementations§
Source§impl Clone for hiddev_collection_info
impl Clone for hiddev_collection_info
Source§fn clone(&self) -> hiddev_collection_info
fn clone(&self) -> hiddev_collection_info
Returns a duplicate 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 hiddev_collection_info
impl Debug for hiddev_collection_info
impl Copy for hiddev_collection_info
Auto Trait Implementations§
impl Freeze for hiddev_collection_info
impl RefUnwindSafe for hiddev_collection_info
impl Send for hiddev_collection_info
impl Sync for hiddev_collection_info
impl Unpin for hiddev_collection_info
impl UnwindSafe for hiddev_collection_info
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