Struct windows_sys::Win32::Security::Authorization::ACTRL_ACCESSA
[−]#[repr(C)]pub struct ACTRL_ACCESSA {
pub cEntries: u32,
pub pPropertyAccessList: *mut ACTRL_PROPERTY_ENTRYA,
}
Expand description
Required features: "Win32_Security_Authorization"
Fields
cEntries: u32
pPropertyAccessList: *mut ACTRL_PROPERTY_ENTRYA
Trait Implementations
impl Clone for ACTRL_ACCESSA
impl Clone for ACTRL_ACCESSA
impl Copy for ACTRL_ACCESSA
Auto Trait Implementations
impl RefUnwindSafe for ACTRL_ACCESSA
impl !Send for ACTRL_ACCESSA
impl !Sync for ACTRL_ACCESSA
impl Unpin for ACTRL_ACCESSA
impl UnwindSafe for ACTRL_ACCESSA
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