#[repr(C)]pub struct IServerStreamWebSocketInformation_Vtbl {
pub base__: IInspectable_Vtbl,
pub BandwidthStatistics: unsafe extern "system" fn(_: *mut c_void, _: *mut BandwidthStatistics) -> HRESULT,
pub Protocol: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub LocalAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§BandwidthStatistics: unsafe extern "system" fn(_: *mut c_void, _: *mut BandwidthStatistics) -> HRESULT
§Protocol: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§LocalAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IServerStreamWebSocketInformation_Vtbl
impl RefUnwindSafe for IServerStreamWebSocketInformation_Vtbl
impl Send for IServerStreamWebSocketInformation_Vtbl
impl Sync for IServerStreamWebSocketInformation_Vtbl
impl Unpin for IServerStreamWebSocketInformation_Vtbl
impl UnwindSafe for IServerStreamWebSocketInformation_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