Struct windows::Networking::Vpn::IVpnCustomPrompt_Vtbl
#[repr(C)]pub struct IVpnCustomPrompt_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetLabel: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub Label: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetCompulsory: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub Compulsory: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetBordered: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub Bordered: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SetLabel: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§Label: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetCompulsory: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§Compulsory: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetBordered: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§Bordered: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Implementations§
§impl IVpnCustomPrompt_Vtbl
impl IVpnCustomPrompt_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVpnCustomPrompt_Vtblwhere
Identity: IVpnCustomPrompt_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVpnCustomPrompt_Vtbl
impl RefUnwindSafe for IVpnCustomPrompt_Vtbl
impl Send for IVpnCustomPrompt_Vtbl
impl Sync for IVpnCustomPrompt_Vtbl
impl Unpin for IVpnCustomPrompt_Vtbl
impl UnwindSafe for IVpnCustomPrompt_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