Struct IDtcNetworkAccessConfig2_Vtbl
#[repr(C)]pub struct IDtcNetworkAccessConfig2_Vtbl {
pub base__: IDtcNetworkAccessConfig_Vtbl,
pub GetNetworkInboundAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub GetNetworkOutboundAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetNetworkInboundAccess: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub SetNetworkOutboundAccess: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetAuthenticationLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut AUTHENTICATION_LEVEL) -> HRESULT,
pub SetAuthenticationLevel: unsafe extern "system" fn(_: *mut c_void, _: AUTHENTICATION_LEVEL) -> HRESULT,
}
Fields§
§base__: IDtcNetworkAccessConfig_Vtbl
§GetNetworkInboundAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§GetNetworkOutboundAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetNetworkInboundAccess: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§SetNetworkOutboundAccess: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§GetAuthenticationLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut AUTHENTICATION_LEVEL) -> HRESULT
§SetAuthenticationLevel: unsafe extern "system" fn(_: *mut c_void, _: AUTHENTICATION_LEVEL) -> HRESULT
Implementations§
§impl IDtcNetworkAccessConfig2_Vtbl
impl IDtcNetworkAccessConfig2_Vtbl
pub const fn new<Identity: IDtcNetworkAccessConfig2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDtcNetworkAccessConfig2_Vtbl
impl RefUnwindSafe for IDtcNetworkAccessConfig2_Vtbl
impl Send for IDtcNetworkAccessConfig2_Vtbl
impl Sync for IDtcNetworkAccessConfig2_Vtbl
impl Unpin for IDtcNetworkAccessConfig2_Vtbl
impl UnwindSafe for IDtcNetworkAccessConfig2_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