Struct IVpnAppId_Vtbl
#[repr(C)]pub struct IVpnAppId_Vtbl {
pub base__: IInspectable_Vtbl,
pub Type: unsafe extern "system" fn(_: *mut c_void, _: *mut VpnAppIdType) -> HRESULT,
pub SetType: unsafe extern "system" fn(_: *mut c_void, _: VpnAppIdType) -> HRESULT,
pub Value: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Type: unsafe extern "system" fn(_: *mut c_void, _: *mut VpnAppIdType) -> HRESULT§SetType: unsafe extern "system" fn(_: *mut c_void, _: VpnAppIdType) -> HRESULT§Value: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IVpnAppId_Vtbl
impl RefUnwindSafe for IVpnAppId_Vtbl
impl Send for IVpnAppId_Vtbl
impl Sync for IVpnAppId_Vtbl
impl Unpin for IVpnAppId_Vtbl
impl UnwindSafe for IVpnAppId_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