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