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