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: PWSTR
szEventSource: PWSTR
szEventLogName: PWSTR
dwEventID: u32
dwErrorCode: u32
status: SETTINGSTATUS
timeLogged: SYSTEMTIME
Trait 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