Struct IEffectivePermission2_Vtbl
#[repr(C)]pub struct IEffectivePermission2_Vtbl {
pub base__: IUnknown_Vtbl,
pub ComputeEffectivePermissionWithSecondarySecurity: unsafe extern "system" fn(_: *mut c_void, _: PSID, _: PSID, _: PCWSTR, _: *mut SECURITY_OBJECT, _: u32, _: *const TOKEN_GROUPS, _: *const AUTHZ_SID_OPERATION, _: *const TOKEN_GROUPS, _: *const AUTHZ_SID_OPERATION, _: *const AUTHZ_SECURITY_ATTRIBUTES_INFORMATION, _: *const AUTHZ_SECURITY_ATTRIBUTE_OPERATION, _: *const AUTHZ_SECURITY_ATTRIBUTES_INFORMATION, _: *const AUTHZ_SECURITY_ATTRIBUTE_OPERATION, _: *mut EFFPERM_RESULT_LIST) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ComputeEffectivePermissionWithSecondarySecurity: unsafe extern "system" fn(_: *mut c_void, _: PSID, _: PSID, _: PCWSTR, _: *mut SECURITY_OBJECT, _: u32, _: *const TOKEN_GROUPS, _: *const AUTHZ_SID_OPERATION, _: *const TOKEN_GROUPS, _: *const AUTHZ_SID_OPERATION, _: *const AUTHZ_SECURITY_ATTRIBUTES_INFORMATION, _: *const AUTHZ_SECURITY_ATTRIBUTE_OPERATION, _: *const AUTHZ_SECURITY_ATTRIBUTES_INFORMATION, _: *const AUTHZ_SECURITY_ATTRIBUTE_OPERATION, _: *mut EFFPERM_RESULT_LIST) -> HRESULT
Implementations§
§impl IEffectivePermission2_Vtbl
impl IEffectivePermission2_Vtbl
pub const fn new<Identity: IEffectivePermission2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IEffectivePermission2_Vtbl
impl RefUnwindSafe for IEffectivePermission2_Vtbl
impl Send for IEffectivePermission2_Vtbl
impl Sync for IEffectivePermission2_Vtbl
impl Unpin for IEffectivePermission2_Vtbl
impl UnwindSafe for IEffectivePermission2_Vtbl
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