Struct windows::Networking::Vpn::IVpnProfile_Vtbl
#[repr(C)]pub struct IVpnProfile_Vtbl {
pub base__: IInspectable_Vtbl,
pub ProfileName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetProfileName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub AppTriggers: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Routes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DomainNameInfoList: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TrafficFilters: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RememberCredentials: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetRememberCredentials: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub AlwaysOn: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAlwaysOn: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ProfileName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetProfileName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§AppTriggers: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Routes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DomainNameInfoList: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§TrafficFilters: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RememberCredentials: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetRememberCredentials: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§AlwaysOn: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetAlwaysOn: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Implementations§
§impl IVpnProfile_Vtbl
impl IVpnProfile_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVpnProfile_Vtblwhere
Identity: IVpnProfile_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVpnProfile_Vtbl
impl RefUnwindSafe for IVpnProfile_Vtbl
impl Send for IVpnProfile_Vtbl
impl Sync for IVpnProfile_Vtbl
impl Unpin for IVpnProfile_Vtbl
impl UnwindSafe for IVpnProfile_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