Struct winapi::ntsecapi::POLICY_MODIFICATION_INFO [] [src]

#[repr(C)]
pub struct POLICY_MODIFICATION_INFO { pub ModifiedId: LARGE_INTEGER, pub DatabaseCreationTime: LARGE_INTEGER, }

Fields

Trait Implementations

impl Debug for POLICY_MODIFICATION_INFO
[src]

Formats the value using the given formatter.

impl Copy for POLICY_MODIFICATION_INFO
[src]

impl Clone for POLICY_MODIFICATION_INFO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more