Struct windows::Win32::Devices::WebServicesOnDevices::IWSDHttpAddress_Vtbl
#[repr(C)]pub struct IWSDHttpAddress_Vtbl {
pub base__: IWSDTransportAddress_Vtbl,
pub GetSecure: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetSecure: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetPath: unsafe extern "system" fn(_: *mut c_void, _: *mut PCWSTR) -> HRESULT,
pub SetPath: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IWSDTransportAddress_Vtbl
§GetSecure: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetSecure: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§GetPath: unsafe extern "system" fn(_: *mut c_void, _: *mut PCWSTR) -> HRESULT
§SetPath: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl IWSDHttpAddress_Vtbl
impl IWSDHttpAddress_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWSDHttpAddress_Vtblwhere
Identity: IWSDHttpAddress_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWSDHttpAddress_Vtbl
impl RefUnwindSafe for IWSDHttpAddress_Vtbl
impl Send for IWSDHttpAddress_Vtbl
impl Sync for IWSDHttpAddress_Vtbl
impl Unpin for IWSDHttpAddress_Vtbl
impl UnwindSafe for IWSDHttpAddress_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