#[repr(C)]pub struct REG_SET_KEY_SECURITY_INFORMATION {
pub Object: *mut c_void,
pub SecurityInformation: *mut u32,
pub SecurityDescriptor: PSECURITY_DESCRIPTOR,
pub CallContext: *mut c_void,
pub ObjectContext: *mut c_void,
pub Reserved: *mut c_void,
}
Expand description
Required features: "Win32_Security"
Fields§
§Object: *mut c_void
§SecurityInformation: *mut u32
§SecurityDescriptor: PSECURITY_DESCRIPTOR
§CallContext: *mut c_void
§ObjectContext: *mut c_void
§Reserved: *mut c_void
Trait Implementations§
§impl Clone for REG_SET_KEY_SECURITY_INFORMATION
impl Clone for REG_SET_KEY_SECURITY_INFORMATION
impl Copy for REG_SET_KEY_SECURITY_INFORMATION
Auto Trait Implementations§
impl RefUnwindSafe for REG_SET_KEY_SECURITY_INFORMATION
impl !Send for REG_SET_KEY_SECURITY_INFORMATION
impl !Sync for REG_SET_KEY_SECURITY_INFORMATION
impl Unpin for REG_SET_KEY_SECURITY_INFORMATION
impl UnwindSafe for REG_SET_KEY_SECURITY_INFORMATION
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more