Struct windows::Win32::Networking::ActiveDirectory::IADsDeleteOps_Vtbl
#[repr(C)]pub struct IADsDeleteOps_Vtbl {
pub base__: IDispatch_Vtbl,
pub DeleteObject: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§DeleteObject: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
Implementations§
§impl IADsDeleteOps_Vtbl
impl IADsDeleteOps_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IADsDeleteOps_Vtblwhere
Identity: IADsDeleteOps_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IADsDeleteOps_Vtbl
impl RefUnwindSafe for IADsDeleteOps_Vtbl
impl Send for IADsDeleteOps_Vtbl
impl Sync for IADsDeleteOps_Vtbl
impl Unpin for IADsDeleteOps_Vtbl
impl UnwindSafe for IADsDeleteOps_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