Struct IStreamSocketListener_Vtbl
#[repr(C)]pub struct IStreamSocketListener_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 BindServiceNameAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub BindEndpointAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ConnectionReceived: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveConnectionReceived: unsafe extern "system" fn(_: *mut c_void, _: i64) -> 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§BindServiceNameAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§BindEndpointAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§ConnectionReceived: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveConnectionReceived: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULTAuto Trait Implementations§
impl Freeze for IStreamSocketListener_Vtbl
impl RefUnwindSafe for IStreamSocketListener_Vtbl
impl Send for IStreamSocketListener_Vtbl
impl Sync for IStreamSocketListener_Vtbl
impl Unpin for IStreamSocketListener_Vtbl
impl UnwindSafe for IStreamSocketListener_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