Struct IWdsTransportDiagnosticsPolicy_Vtbl
#[repr(C)]pub struct IWdsTransportDiagnosticsPolicy_Vtbl {
pub base__: IWdsTransportCacheable_Vtbl,
pub Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub Components: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetComponents: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}
Fields§
§base__: IWdsTransportCacheable_Vtbl
§Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§Components: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetComponents: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
Implementations§
§impl IWdsTransportDiagnosticsPolicy_Vtbl
impl IWdsTransportDiagnosticsPolicy_Vtbl
pub const fn new<Identity: IWdsTransportDiagnosticsPolicy_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWdsTransportDiagnosticsPolicy_Vtbl
impl RefUnwindSafe for IWdsTransportDiagnosticsPolicy_Vtbl
impl Send for IWdsTransportDiagnosticsPolicy_Vtbl
impl Sync for IWdsTransportDiagnosticsPolicy_Vtbl
impl Unpin for IWdsTransportDiagnosticsPolicy_Vtbl
impl UnwindSafe for IWdsTransportDiagnosticsPolicy_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