Struct windows_sys::Win32::System::GroupPolicy::POLICYSETTINGSTATUSINFO
[−]#[repr(C)]pub struct POLICYSETTINGSTATUSINFO {
pub szKey: PWSTR,
pub szEventSource: PWSTR,
pub szEventLogName: PWSTR,
pub dwEventID: u32,
pub dwErrorCode: u32,
pub status: SETTINGSTATUS,
pub timeLogged: SYSTEMTIME,
}Expand description
Required features: "Win32_System_GroupPolicy", "Win32_Foundation"
Fields
szKey: PWSTRszEventSource: PWSTRszEventLogName: PWSTRdwEventID: u32dwErrorCode: u32status: SETTINGSTATUStimeLogged: SYSTEMTIMETrait Implementations
impl Clone for POLICYSETTINGSTATUSINFO
impl Clone for POLICYSETTINGSTATUSINFO
impl Copy for POLICYSETTINGSTATUSINFO
Auto Trait Implementations
impl RefUnwindSafe for POLICYSETTINGSTATUSINFO
impl !Send for POLICYSETTINGSTATUSINFO
impl !Sync for POLICYSETTINGSTATUSINFO
impl Unpin for POLICYSETTINGSTATUSINFO
impl UnwindSafe for POLICYSETTINGSTATUSINFO
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