#[repr(C)]pub struct IADsServiceOperations_Vtbl {
pub base__: IADs_Vtbl,
pub Status: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Continue: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetPassword: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: IADs_Vtbl
§Status: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Continue: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetPassword: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl IADsServiceOperations_Vtbl
impl IADsServiceOperations_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IADsServiceOperations_Vtblwhere
Identity: IADsServiceOperations_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IADsServiceOperations_Vtbl
impl RefUnwindSafe for IADsServiceOperations_Vtbl
impl Send for IADsServiceOperations_Vtbl
impl Sync for IADsServiceOperations_Vtbl
impl Unpin for IADsServiceOperations_Vtbl
impl UnwindSafe for IADsServiceOperations_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