Struct windows_sys::Win32::Security::Authorization::UI::EFFPERM_RESULT_LIST
[−]#[repr(C)]pub struct EFFPERM_RESULT_LIST {
pub fEvaluated: BOOLEAN,
pub cObjectTypeListLength: u32,
pub pObjectTypeList: *mut OBJECT_TYPE_LIST,
pub pGrantedAccessList: *mut u32,
}
Expand description
Required features: "Win32_Security_Authorization_UI"
, "Win32_Foundation"
Fields
fEvaluated: BOOLEAN
cObjectTypeListLength: u32
pObjectTypeList: *mut OBJECT_TYPE_LIST
pGrantedAccessList: *mut u32
Trait Implementations
impl Clone for EFFPERM_RESULT_LIST
impl Clone for EFFPERM_RESULT_LIST
impl Copy for EFFPERM_RESULT_LIST
Auto Trait Implementations
impl RefUnwindSafe for EFFPERM_RESULT_LIST
impl !Send for EFFPERM_RESULT_LIST
impl !Sync for EFFPERM_RESULT_LIST
impl Unpin for EFFPERM_RESULT_LIST
impl UnwindSafe for EFFPERM_RESULT_LIST
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