#[repr(C)]pub struct DIPROPGUIDANDPATH {
pub diph: DIPROPHEADER,
pub guidClass: GUID,
pub wszPath: [u16; 260],
}
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields
diph: DIPROPHEADER
guidClass: GUID
wszPath: [u16; 260]
Trait Implementations
impl Clone for DIPROPGUIDANDPATH
impl Clone for DIPROPGUIDANDPATH
impl Copy for DIPROPGUIDANDPATH
Auto Trait Implementations
impl RefUnwindSafe for DIPROPGUIDANDPATH
impl Send for DIPROPGUIDANDPATH
impl Sync for DIPROPGUIDANDPATH
impl Unpin for DIPROPGUIDANDPATH
impl UnwindSafe for DIPROPGUIDANDPATH
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more