Struct IStreamSocketInformation_Vtbl
#[repr(C)]pub struct IStreamSocketInformation_Vtbl {
pub base__: IInspectable_Vtbl,
pub LocalAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub LocalPort: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RemoteHostName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RemoteAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RemoteServiceName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RemotePort: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RoundTripTimeStatistics: unsafe extern "system" fn(_: *mut c_void, _: *mut RoundTripTimeStatistics) -> HRESULT,
pub BandwidthStatistics: unsafe extern "system" fn(_: *mut c_void, _: *mut BandwidthStatistics) -> HRESULT,
pub ProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut SocketProtectionLevel) -> HRESULT,
pub SessionKey: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§LocalAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§LocalPort: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§RemoteHostName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§RemoteAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§RemoteServiceName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§RemotePort: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§RoundTripTimeStatistics: unsafe extern "system" fn(_: *mut c_void, _: *mut RoundTripTimeStatistics) -> HRESULT§BandwidthStatistics: unsafe extern "system" fn(_: *mut c_void, _: *mut BandwidthStatistics) -> HRESULT§ProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut SocketProtectionLevel) -> HRESULT§SessionKey: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IStreamSocketInformation_Vtbl
impl RefUnwindSafe for IStreamSocketInformation_Vtbl
impl Send for IStreamSocketInformation_Vtbl
impl Sync for IStreamSocketInformation_Vtbl
impl Unpin for IStreamSocketInformation_Vtbl
impl UnwindSafe for IStreamSocketInformation_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