Struct windows::Networking::Vpn::IVpnCustomEditBox_Vtbl
#[repr(C)]pub struct IVpnCustomEditBox_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetDefaultText: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub DefaultText: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetNoEcho: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub NoEcho: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub Text: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SetDefaultText: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§DefaultText: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetNoEcho: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§NoEcho: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§Text: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
Auto Trait Implementations§
impl Freeze for IVpnCustomEditBox_Vtbl
impl RefUnwindSafe for IVpnCustomEditBox_Vtbl
impl Send for IVpnCustomEditBox_Vtbl
impl Sync for IVpnCustomEditBox_Vtbl
impl Unpin for IVpnCustomEditBox_Vtbl
impl UnwindSafe for IVpnCustomEditBox_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