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