Struct win_sys::SystemServices::SECURITY_DESCRIPTOR_RELATIVE [−][src]
#[repr(C)]pub struct SECURITY_DESCRIPTOR_RELATIVE {
pub Revision: u8,
pub Sbz1: u8,
pub Control: u16,
pub Owner: u32,
pub Group: u32,
pub Sacl: u32,
pub Dacl: u32,
}Expand description
Required features: Win32_System_SystemServices
Fields
Revision: u8Sbz1: u8Control: u16Owner: u32Group: u32Sacl: u32Dacl: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for SECURITY_DESCRIPTOR_RELATIVE
impl Sync for SECURITY_DESCRIPTOR_RELATIVE
impl Unpin for SECURITY_DESCRIPTOR_RELATIVE
impl UnwindSafe for SECURITY_DESCRIPTOR_RELATIVE
Blanket Implementations
Mutably borrows from an owned value. Read more