Struct IDtcNetworkAccessConfig_Vtbl
#[repr(C)]pub struct IDtcNetworkAccessConfig_Vtbl {Show 14 fields
pub base__: IUnknown_Vtbl,
pub GetAnyNetworkAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetAnyNetworkAccess: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetNetworkAdministrationAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetNetworkAdministrationAccess: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetNetworkTransactionAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetNetworkTransactionAccess: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetNetworkClientAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetNetworkClientAccess: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetNetworkTIPAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetNetworkTIPAccess: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetXAAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetXAAccess: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub RestartDtcService: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetAnyNetworkAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetAnyNetworkAccess: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§GetNetworkAdministrationAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetNetworkAdministrationAccess: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§GetNetworkTransactionAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetNetworkTransactionAccess: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§GetNetworkClientAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetNetworkClientAccess: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§GetNetworkTIPAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetNetworkTIPAccess: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§GetXAAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetXAAccess: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§RestartDtcService: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IDtcNetworkAccessConfig_Vtbl
impl IDtcNetworkAccessConfig_Vtbl
pub const fn new<Identity: IDtcNetworkAccessConfig_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDtcNetworkAccessConfig_Vtbl
impl RefUnwindSafe for IDtcNetworkAccessConfig_Vtbl
impl Send for IDtcNetworkAccessConfig_Vtbl
impl Sync for IDtcNetworkAccessConfig_Vtbl
impl Unpin for IDtcNetworkAccessConfig_Vtbl
impl UnwindSafe for IDtcNetworkAccessConfig_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