#[repr(C)]pub struct PDH_LOG_SERVICE_QUERY_INFO_W {
pub dwSize: u32,
pub dwFlags: u32,
pub dwLogQuota: u32,
pub szLogFileCaption: PWSTR,
pub szDefaultDir: PWSTR,
pub szBaseFileName: PWSTR,
pub dwFileType: u32,
pub dwReserved: u32,
pub Anonymous: PDH_LOG_SERVICE_QUERY_INFO_W_0,
}Expand description
Required features: "Win32_System_Performance", "Win32_Foundation"
Fields
dwSize: u32dwFlags: u32dwLogQuota: u32szLogFileCaption: PWSTRszDefaultDir: PWSTRszBaseFileName: PWSTRdwFileType: u32dwReserved: u32Anonymous: PDH_LOG_SERVICE_QUERY_INFO_W_0Trait Implementations
impl Clone for PDH_LOG_SERVICE_QUERY_INFO_W
impl Clone for PDH_LOG_SERVICE_QUERY_INFO_W
impl Copy for PDH_LOG_SERVICE_QUERY_INFO_W
Auto Trait Implementations
impl RefUnwindSafe for PDH_LOG_SERVICE_QUERY_INFO_W
impl !Send for PDH_LOG_SERVICE_QUERY_INFO_W
impl !Sync for PDH_LOG_SERVICE_QUERY_INFO_W
impl Unpin for PDH_LOG_SERVICE_QUERY_INFO_W
impl UnwindSafe for PDH_LOG_SERVICE_QUERY_INFO_W
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