#[repr(C)]pub struct _KLST_DEV_COMMON_INFO {
pub Vid: INT,
pub Pid: INT,
pub MI: INT,
pub InstanceID: [CHAR; 256],
}Fields§
§Vid: INT§Pid: INT§MI: INT§InstanceID: [CHAR; 256]Trait Implementations§
Source§impl Clone for _KLST_DEV_COMMON_INFO
impl Clone for _KLST_DEV_COMMON_INFO
Source§fn clone(&self) -> _KLST_DEV_COMMON_INFO
fn clone(&self) -> _KLST_DEV_COMMON_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 _KLST_DEV_COMMON_INFO
impl Debug for _KLST_DEV_COMMON_INFO
Source§impl Default for _KLST_DEV_COMMON_INFO
impl Default for _KLST_DEV_COMMON_INFO
impl Copy for _KLST_DEV_COMMON_INFO
Auto Trait Implementations§
impl Freeze for _KLST_DEV_COMMON_INFO
impl RefUnwindSafe for _KLST_DEV_COMMON_INFO
impl Send for _KLST_DEV_COMMON_INFO
impl Sync for _KLST_DEV_COMMON_INFO
impl Unpin for _KLST_DEV_COMMON_INFO
impl UnwindSafe for _KLST_DEV_COMMON_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