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: DWORDTrait 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 more