Struct IWSDTransportAddress_Vtbl
#[repr(C)]pub struct IWSDTransportAddress_Vtbl {
pub base__: IWSDAddress_Vtbl,
pub GetPort: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub SetPort: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT,
pub GetTransportAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut PCWSTR) -> HRESULT,
pub GetTransportAddressEx: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: *mut PCWSTR) -> HRESULT,
pub SetTransportAddress: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IWSDAddress_Vtbl
§GetPort: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§SetPort: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT
§GetTransportAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut PCWSTR) -> HRESULT
§GetTransportAddressEx: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: *mut PCWSTR) -> HRESULT
§SetTransportAddress: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl IWSDTransportAddress_Vtbl
impl IWSDTransportAddress_Vtbl
pub const fn new<Identity: IWSDTransportAddress_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWSDTransportAddress_Vtbl
impl RefUnwindSafe for IWSDTransportAddress_Vtbl
impl Send for IWSDTransportAddress_Vtbl
impl Sync for IWSDTransportAddress_Vtbl
impl Unpin for IWSDTransportAddress_Vtbl
impl UnwindSafe for IWSDTransportAddress_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