Struct windows_sys::Win32::System::Performance::PDH_BROWSE_DLG_CONFIG_W
#[repr(C)]pub struct PDH_BROWSE_DLG_CONFIG_W {
pub _bitfield: u32,
pub hWndOwner: HWND,
pub szDataSource: PWSTR,
pub szReturnPathBuffer: PWSTR,
pub cchReturnPathLength: u32,
pub pCallBack: CounterPathCallBack,
pub dwCallBackArg: usize,
pub CallBackStatus: i32,
pub dwDefaultDetailLevel: PERF_DETAIL,
pub szDialogBoxCaption: PWSTR,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§_bitfield: u32
§hWndOwner: HWND
§szDataSource: PWSTR
§szReturnPathBuffer: PWSTR
§cchReturnPathLength: u32
§pCallBack: CounterPathCallBack
§dwCallBackArg: usize
§CallBackStatus: i32
§dwDefaultDetailLevel: PERF_DETAIL
§szDialogBoxCaption: PWSTR
Trait Implementations§
§impl Clone for PDH_BROWSE_DLG_CONFIG_W
impl Clone for PDH_BROWSE_DLG_CONFIG_W
impl Copy for PDH_BROWSE_DLG_CONFIG_W
Auto Trait Implementations§
impl RefUnwindSafe for PDH_BROWSE_DLG_CONFIG_W
impl !Send for PDH_BROWSE_DLG_CONFIG_W
impl !Sync for PDH_BROWSE_DLG_CONFIG_W
impl Unpin for PDH_BROWSE_DLG_CONFIG_W
impl UnwindSafe for PDH_BROWSE_DLG_CONFIG_W
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