Struct IWdsTransportConfigurationManager_Vtbl
#[repr(C)]pub struct IWdsTransportConfigurationManager_Vtbl {
pub base__: IDispatch_Vtbl,
pub ServicePolicy: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DiagnosticsPolicy: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub get_WdsTransportServicesRunning: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: *mut VARIANT_BOOL) -> HRESULT,
pub EnableWdsTransportServices: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub DisableWdsTransportServices: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub StartWdsTransportServices: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub StopWdsTransportServices: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub RestartWdsTransportServices: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub NotifyWdsTransportServices: unsafe extern "system" fn(_: *mut c_void, _: WDSTRANSPORT_SERVICE_NOTIFICATION) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§ServicePolicy: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DiagnosticsPolicy: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§get_WdsTransportServicesRunning: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: *mut VARIANT_BOOL) -> HRESULT
§EnableWdsTransportServices: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§DisableWdsTransportServices: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§StartWdsTransportServices: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§StopWdsTransportServices: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§RestartWdsTransportServices: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§NotifyWdsTransportServices: unsafe extern "system" fn(_: *mut c_void, _: WDSTRANSPORT_SERVICE_NOTIFICATION) -> HRESULT
Implementations§
§impl IWdsTransportConfigurationManager_Vtbl
impl IWdsTransportConfigurationManager_Vtbl
pub const fn new<Identity: IWdsTransportConfigurationManager_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWdsTransportConfigurationManager_Vtbl
impl RefUnwindSafe for IWdsTransportConfigurationManager_Vtbl
impl Send for IWdsTransportConfigurationManager_Vtbl
impl Sync for IWdsTransportConfigurationManager_Vtbl
impl Unpin for IWdsTransportConfigurationManager_Vtbl
impl UnwindSafe for IWdsTransportConfigurationManager_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