Struct IVpnNamespaceAssignment_Vtbl
#[repr(C)]pub struct IVpnNamespaceAssignment_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetNamespaceList: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub NamespaceList: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetProxyAutoConfigUri: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ProxyAutoConfigUri: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SetNamespaceList: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§NamespaceList: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetProxyAutoConfigUri: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ProxyAutoConfigUri: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IVpnNamespaceAssignment_Vtbl
impl RefUnwindSafe for IVpnNamespaceAssignment_Vtbl
impl Send for IVpnNamespaceAssignment_Vtbl
impl Sync for IVpnNamespaceAssignment_Vtbl
impl Unpin for IVpnNamespaceAssignment_Vtbl
impl UnwindSafe for IVpnNamespaceAssignment_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