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