Struct windows_sys::Win32::Devices::HumanInterfaceDevice::DIPROPSTRING
[−]#[repr(C)]pub struct DIPROPSTRING {
pub diph: DIPROPHEADER,
pub wsz: [u16; 260],
}
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields
diph: DIPROPHEADER
wsz: [u16; 260]
Trait Implementations
impl Clone for DIPROPSTRING
impl Clone for DIPROPSTRING
impl Copy for DIPROPSTRING
Auto Trait Implementations
impl RefUnwindSafe for DIPROPSTRING
impl Send for DIPROPSTRING
impl Sync for DIPROPSTRING
impl Unpin for DIPROPSTRING
impl UnwindSafe for DIPROPSTRING
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