Struct windows_sys::Win32::Security::SE_SECURITY_DESCRIPTOR
[−]#[repr(C)]pub struct SE_SECURITY_DESCRIPTOR {
pub Size: u32,
pub Flags: u32,
pub SecurityDescriptor: PSECURITY_DESCRIPTOR,
}
Expand description
Required features: "Win32_Security"
Fields
Size: u32
Flags: u32
SecurityDescriptor: PSECURITY_DESCRIPTOR
Trait Implementations
impl Clone for SE_SECURITY_DESCRIPTOR
impl Clone for SE_SECURITY_DESCRIPTOR
impl Copy for SE_SECURITY_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for SE_SECURITY_DESCRIPTOR
impl !Send for SE_SECURITY_DESCRIPTOR
impl !Sync for SE_SECURITY_DESCRIPTOR
impl Unpin for SE_SECURITY_DESCRIPTOR
impl UnwindSafe for SE_SECURITY_DESCRIPTOR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more