#[repr(C)]pub struct InputDescriptor {
pub port: c_uint,
pub device: c_uint,
pub index: c_uint,
pub id: c_uint,
pub description: *const c_char,
}
Fields§
§port: c_uint
§device: c_uint
§index: c_uint
§id: c_uint
§description: *const c_char
Trait Implementations§
Source§impl Clone for InputDescriptor
impl Clone for InputDescriptor
Source§fn clone(&self) -> InputDescriptor
fn clone(&self) -> InputDescriptor
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 moreAuto Trait Implementations§
impl Freeze for InputDescriptor
impl RefUnwindSafe for InputDescriptor
impl !Send for InputDescriptor
impl !Sync for InputDescriptor
impl Unpin for InputDescriptor
impl UnwindSafe for InputDescriptor
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