#[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 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_string_descriptor
impl Debug for hiddev_string_descriptor
impl Copy for hiddev_string_descriptor
Auto Trait Implementations§
impl Freeze for hiddev_string_descriptor
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