Struct windows_sys::Win32::Security::Authorization::ACTRL_ACCESSA
#[repr(C)]pub struct ACTRL_ACCESSA {
pub cEntries: u32,
pub pPropertyAccessList: *mut ACTRL_PROPERTY_ENTRYA,
}Fields§
§cEntries: u32§pPropertyAccessList: *mut ACTRL_PROPERTY_ENTRYATrait 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more