#[repr(C)]pub struct ACTRL_PROPERTY_ENTRYA {
pub lpProperty: PSTR,
pub pAccessEntryList: *mut ACTRL_ACCESS_ENTRY_LISTA,
pub fListFlags: u32,
}
Expand description
Required features: "Win32_Security_Authorization"
Fields
lpProperty: PSTR
pAccessEntryList: *mut ACTRL_ACCESS_ENTRY_LISTA
fListFlags: u32
Trait Implementations
impl Clone for ACTRL_PROPERTY_ENTRYA
impl Clone for ACTRL_PROPERTY_ENTRYA
impl Copy for ACTRL_PROPERTY_ENTRYA
Auto Trait Implementations
impl RefUnwindSafe for ACTRL_PROPERTY_ENTRYA
impl !Send for ACTRL_PROPERTY_ENTRYA
impl !Sync for ACTRL_PROPERTY_ENTRYA
impl Unpin for ACTRL_PROPERTY_ENTRYA
impl UnwindSafe for ACTRL_PROPERTY_ENTRYA
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