#[repr(C)]pub struct ACTRL_PROPERTY_ENTRYW {
pub lpProperty: PWSTR,
pub pAccessEntryList: *mut ACTRL_ACCESS_ENTRY_LISTW,
pub fListFlags: u32,
}
Expand description
Required features: ‘Win32_Security_Authorization’
Fields
lpProperty: PWSTR
pAccessEntryList: *mut ACTRL_ACCESS_ENTRY_LISTW
fListFlags: u32
Trait Implementations
impl Clone for ACTRL_PROPERTY_ENTRYW
impl Clone for ACTRL_PROPERTY_ENTRYW
impl Copy for ACTRL_PROPERTY_ENTRYW
Auto Trait Implementations
impl RefUnwindSafe for ACTRL_PROPERTY_ENTRYW
impl !Send for ACTRL_PROPERTY_ENTRYW
impl !Sync for ACTRL_PROPERTY_ENTRYW
impl Unpin for ACTRL_PROPERTY_ENTRYW
impl UnwindSafe for ACTRL_PROPERTY_ENTRYW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more