Struct IStreamSocket_Vtbl
#[repr(C)]pub struct IStreamSocket_Vtbl {
pub base__: IInspectable_Vtbl,
pub Control: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Information: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub InputStream: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub OutputStream: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ConnectWithEndpointPairAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ConnectAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ConnectWithEndpointPairAndProtectionLevelAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: SocketProtectionLevel, _: *mut *mut c_void) -> HRESULT,
pub ConnectWithProtectionLevelAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: SocketProtectionLevel, _: *mut *mut c_void) -> HRESULT,
pub UpgradeToSslAsync: unsafe extern "system" fn(_: *mut c_void, _: SocketProtectionLevel, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Control: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Information: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§InputStream: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§OutputStream: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ConnectWithEndpointPairAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§ConnectAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§ConnectWithEndpointPairAndProtectionLevelAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: SocketProtectionLevel, _: *mut *mut c_void) -> HRESULT§ConnectWithProtectionLevelAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: SocketProtectionLevel, _: *mut *mut c_void) -> HRESULT§UpgradeToSslAsync: unsafe extern "system" fn(_: *mut c_void, _: SocketProtectionLevel, _: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IStreamSocket_Vtbl
impl RefUnwindSafe for IStreamSocket_Vtbl
impl Send for IStreamSocket_Vtbl
impl Sync for IStreamSocket_Vtbl
impl Unpin for IStreamSocket_Vtbl
impl UnwindSafe for IStreamSocket_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