#[repr(C)]pub struct tagHW_PROFILE_INFOW {
pub dwDockInfo: DWORD,
pub szHwProfileGuid: [WCHAR; 39],
pub szHwProfileName: [WCHAR; 80],
}Fields§
§dwDockInfo: DWORD§szHwProfileGuid: [WCHAR; 39]§szHwProfileName: [WCHAR; 80]Trait Implementations§
Source§impl Clone for tagHW_PROFILE_INFOW
impl Clone for tagHW_PROFILE_INFOW
Source§fn clone(&self) -> tagHW_PROFILE_INFOW
fn clone(&self) -> tagHW_PROFILE_INFOW
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 tagHW_PROFILE_INFOW
impl Debug for tagHW_PROFILE_INFOW
impl Copy for tagHW_PROFILE_INFOW
Auto Trait Implementations§
impl Freeze for tagHW_PROFILE_INFOW
impl RefUnwindSafe for tagHW_PROFILE_INFOW
impl Send for tagHW_PROFILE_INFOW
impl Sync for tagHW_PROFILE_INFOW
impl Unpin for tagHW_PROFILE_INFOW
impl UnwindSafe for tagHW_PROFILE_INFOW
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