Struct winapi::um::winnt::SECURITY_DESCRIPTOR_RELATIVE
source · #[repr(C)]pub struct SECURITY_DESCRIPTOR_RELATIVE {
pub Revision: BYTE,
pub Sbz1: BYTE,
pub Control: SECURITY_DESCRIPTOR_CONTROL,
pub Owner: DWORD,
pub Group: DWORD,
pub Sacl: DWORD,
pub Dacl: DWORD,
}
Fields§
§Revision: BYTE
§Sbz1: BYTE
§Control: SECURITY_DESCRIPTOR_CONTROL
§Owner: DWORD
§Group: DWORD
§Sacl: DWORD
§Dacl: DWORD
Trait Implementations§
source§impl Clone for SECURITY_DESCRIPTOR_RELATIVE
impl Clone for SECURITY_DESCRIPTOR_RELATIVE
source§fn clone(&self) -> SECURITY_DESCRIPTOR_RELATIVE
fn clone(&self) -> SECURITY_DESCRIPTOR_RELATIVE
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 SECURITY_DESCRIPTOR_RELATIVE
impl Default for SECURITY_DESCRIPTOR_RELATIVE
source§fn default() -> SECURITY_DESCRIPTOR_RELATIVE
fn default() -> SECURITY_DESCRIPTOR_RELATIVE
Returns the “default value” for a type. Read more