Struct ITrusteeGroupAdmin_Vtbl
#[repr(C)]pub struct ITrusteeGroupAdmin_Vtbl {
pub base__: IUnknown_Vtbl,
pub AddMember: unsafe extern "system" fn(_: *mut c_void, _: *const TRUSTEE_W, _: *const TRUSTEE_W) -> HRESULT,
pub DeleteMember: unsafe extern "system" fn(_: *mut c_void, _: *const TRUSTEE_W, _: *const TRUSTEE_W) -> HRESULT,
pub IsMember: unsafe extern "system" fn(_: *mut c_void, _: *const TRUSTEE_W, _: *const TRUSTEE_W, _: *mut BOOL) -> HRESULT,
pub GetMembers: unsafe extern "system" fn(_: *mut c_void, _: *const TRUSTEE_W, _: *mut u32, _: *mut *mut TRUSTEE_W) -> HRESULT,
pub GetMemberships: unsafe extern "system" fn(_: *mut c_void, _: *const TRUSTEE_W, _: *mut u32, _: *mut *mut TRUSTEE_W) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AddMember: unsafe extern "system" fn(_: *mut c_void, _: *const TRUSTEE_W, _: *const TRUSTEE_W) -> HRESULT
§DeleteMember: unsafe extern "system" fn(_: *mut c_void, _: *const TRUSTEE_W, _: *const TRUSTEE_W) -> HRESULT
§IsMember: unsafe extern "system" fn(_: *mut c_void, _: *const TRUSTEE_W, _: *const TRUSTEE_W, _: *mut BOOL) -> HRESULT
§GetMembers: unsafe extern "system" fn(_: *mut c_void, _: *const TRUSTEE_W, _: *mut u32, _: *mut *mut TRUSTEE_W) -> HRESULT
§GetMemberships: unsafe extern "system" fn(_: *mut c_void, _: *const TRUSTEE_W, _: *mut u32, _: *mut *mut TRUSTEE_W) -> HRESULT
Implementations§
§impl ITrusteeGroupAdmin_Vtbl
impl ITrusteeGroupAdmin_Vtbl
pub const fn new<Identity: ITrusteeGroupAdmin_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITrusteeGroupAdmin_Vtbl
impl RefUnwindSafe for ITrusteeGroupAdmin_Vtbl
impl Send for ITrusteeGroupAdmin_Vtbl
impl Sync for ITrusteeGroupAdmin_Vtbl
impl Unpin for ITrusteeGroupAdmin_Vtbl
impl UnwindSafe for ITrusteeGroupAdmin_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