Struct winapi::um::winnt::ACL_REVISION_INFORMATION
source · #[repr(C)]pub struct ACL_REVISION_INFORMATION {
pub AclRevision: DWORD,
}
Fields§
§AclRevision: DWORD
Trait Implementations§
source§impl Clone for ACL_REVISION_INFORMATION
impl Clone for ACL_REVISION_INFORMATION
source§fn clone(&self) -> ACL_REVISION_INFORMATION
fn clone(&self) -> ACL_REVISION_INFORMATION
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 moresource§impl Default for ACL_REVISION_INFORMATION
impl Default for ACL_REVISION_INFORMATION
source§fn default() -> ACL_REVISION_INFORMATION
fn default() -> ACL_REVISION_INFORMATION
Returns the “default value” for a type. Read more