Struct windows::Networking::Sockets::IWebSocketInformation_Vtbl
#[repr(C)]pub struct IWebSocketInformation_Vtbl {
pub base__: IInspectable_Vtbl,
pub LocalAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
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,
}
Fields§
§base__: IInspectable_Vtbl
§LocalAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§BandwidthStatistics: unsafe extern "system" fn(_: *mut c_void, _: *mut BandwidthStatistics) -> HRESULT
§Protocol: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
Implementations§
§impl IWebSocketInformation_Vtbl
impl IWebSocketInformation_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWebSocketInformation_Vtblwhere
Identity: IWebSocketInformation_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWebSocketInformation_Vtbl
impl RefUnwindSafe for IWebSocketInformation_Vtbl
impl Send for IWebSocketInformation_Vtbl
impl Sync for IWebSocketInformation_Vtbl
impl Unpin for IWebSocketInformation_Vtbl
impl UnwindSafe for IWebSocketInformation_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