Struct windows_sys::Win32::System::Performance::PDH_BROWSE_DLG_CONFIG_HA
[−]#[repr(C)]pub struct PDH_BROWSE_DLG_CONFIG_HA {
pub _bitfield: u32,
pub hWndOwner: HWND,
pub hDataSource: isize,
pub szReturnPathBuffer: PSTR,
pub cchReturnPathLength: u32,
pub pCallBack: CounterPathCallBack,
pub dwCallBackArg: usize,
pub CallBackStatus: i32,
pub dwDefaultDetailLevel: PERF_DETAIL,
pub szDialogBoxCaption: PSTR,
}
Expand description
Required features: "Win32_System_Performance"
, "Win32_Foundation"
Fields
_bitfield: u32
hWndOwner: HWND
hDataSource: isize
szReturnPathBuffer: PSTR
cchReturnPathLength: u32
pCallBack: CounterPathCallBack
dwCallBackArg: usize
CallBackStatus: i32
dwDefaultDetailLevel: PERF_DETAIL
szDialogBoxCaption: PSTR
Trait Implementations
impl Clone for PDH_BROWSE_DLG_CONFIG_HA
impl Clone for PDH_BROWSE_DLG_CONFIG_HA
impl Copy for PDH_BROWSE_DLG_CONFIG_HA
Auto Trait Implementations
impl RefUnwindSafe for PDH_BROWSE_DLG_CONFIG_HA
impl !Send for PDH_BROWSE_DLG_CONFIG_HA
impl !Sync for PDH_BROWSE_DLG_CONFIG_HA
impl Unpin for PDH_BROWSE_DLG_CONFIG_HA
impl UnwindSafe for PDH_BROWSE_DLG_CONFIG_HA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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