Struct windows_sys::Win32::System::Performance::PDH_BROWSE_DLG_CONFIG_A
[−]#[repr(C)]pub struct PDH_BROWSE_DLG_CONFIG_A {
pub _bitfield: u32,
pub hWndOwner: HWND,
pub szDataSource: PSTR,
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
szDataSource: PSTR
szReturnPathBuffer: PSTR
cchReturnPathLength: u32
pCallBack: CounterPathCallBack
dwCallBackArg: usize
CallBackStatus: i32
dwDefaultDetailLevel: PERF_DETAIL
szDialogBoxCaption: PSTR
Trait Implementations
impl Clone for PDH_BROWSE_DLG_CONFIG_A
impl Clone for PDH_BROWSE_DLG_CONFIG_A
impl Copy for PDH_BROWSE_DLG_CONFIG_A
Auto Trait Implementations
impl RefUnwindSafe for PDH_BROWSE_DLG_CONFIG_A
impl !Send for PDH_BROWSE_DLG_CONFIG_A
impl !Sync for PDH_BROWSE_DLG_CONFIG_A
impl Unpin for PDH_BROWSE_DLG_CONFIG_A
impl UnwindSafe for PDH_BROWSE_DLG_CONFIG_A
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