#[repr(C)]pub struct hiddev_string_descriptor {
pub index: __s32,
pub value: [c_char; 256],
}
Fields§
§index: __s32
§value: [c_char; 256]
Trait Implementations§
source§impl Clone for hiddev_string_descriptor
impl Clone for hiddev_string_descriptor
source§fn clone(&self) -> hiddev_string_descriptor
fn clone(&self) -> hiddev_string_descriptor
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 hiddev_string_descriptor
impl Debug for hiddev_string_descriptor
impl Copy for hiddev_string_descriptor
Auto Trait Implementations§
impl RefUnwindSafe for hiddev_string_descriptor
impl Send for hiddev_string_descriptor
impl Sync for hiddev_string_descriptor
impl Unpin for hiddev_string_descriptor
impl UnwindSafe for hiddev_string_descriptor
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