Struct 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,
}
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
§fn clone(&self) -> POLICYSETTINGSTATUSINFO
fn clone(&self) -> POLICYSETTINGSTATUSINFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for POLICYSETTINGSTATUSINFO
Auto Trait Implementations§
impl Freeze for POLICYSETTINGSTATUSINFO
impl RefUnwindSafe for POLICYSETTINGSTATUSINFO
impl !Send for POLICYSETTINGSTATUSINFO
impl !Sync for POLICYSETTINGSTATUSINFO
impl Unpin for POLICYSETTINGSTATUSINFO
impl UnwindSafe for POLICYSETTINGSTATUSINFO
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