Struct ITrusteeAdmin_Vtbl
#[repr(C)]pub struct ITrusteeAdmin_Vtbl {
pub base__: IUnknown_Vtbl,
pub CompareTrustees: unsafe extern "system" fn(_: *mut c_void, _: *const TRUSTEE_W, _: *const TRUSTEE_W) -> HRESULT,
pub CreateTrustee: unsafe extern "system" fn(_: *mut c_void, _: *const TRUSTEE_W, _: u32, _: *mut DBPROPSET) -> HRESULT,
pub DeleteTrustee: unsafe extern "system" fn(_: *mut c_void, _: *const TRUSTEE_W) -> HRESULT,
pub SetTrusteeProperties: unsafe extern "system" fn(_: *mut c_void, _: *const TRUSTEE_W, _: u32, _: *mut DBPROPSET) -> HRESULT,
pub GetTrusteeProperties: unsafe extern "system" fn(_: *mut c_void, _: *const TRUSTEE_W, _: u32, _: *const DBPROPIDSET, _: *mut u32, _: *mut *mut DBPROPSET) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CompareTrustees: unsafe extern "system" fn(_: *mut c_void, _: *const TRUSTEE_W, _: *const TRUSTEE_W) -> HRESULT
§CreateTrustee: unsafe extern "system" fn(_: *mut c_void, _: *const TRUSTEE_W, _: u32, _: *mut DBPROPSET) -> HRESULT
§DeleteTrustee: unsafe extern "system" fn(_: *mut c_void, _: *const TRUSTEE_W) -> HRESULT
§SetTrusteeProperties: unsafe extern "system" fn(_: *mut c_void, _: *const TRUSTEE_W, _: u32, _: *mut DBPROPSET) -> HRESULT
§GetTrusteeProperties: unsafe extern "system" fn(_: *mut c_void, _: *const TRUSTEE_W, _: u32, _: *const DBPROPIDSET, _: *mut u32, _: *mut *mut DBPROPSET) -> HRESULT
Implementations§
§impl ITrusteeAdmin_Vtbl
impl ITrusteeAdmin_Vtbl
pub const fn new<Identity: ITrusteeAdmin_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITrusteeAdmin_Vtbl
impl RefUnwindSafe for ITrusteeAdmin_Vtbl
impl Send for ITrusteeAdmin_Vtbl
impl Sync for ITrusteeAdmin_Vtbl
impl Unpin for ITrusteeAdmin_Vtbl
impl UnwindSafe for ITrusteeAdmin_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