Struct INetworkItem_Vtbl
#[repr(C)]pub struct INetworkItem_Vtbl {
pub base__: IInspectable_Vtbl,
pub NetworkId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub GetNetworkTypes: unsafe extern "system" fn(_: *mut c_void, _: *mut NetworkTypes) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§NetworkId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§GetNetworkTypes: unsafe extern "system" fn(_: *mut c_void, _: *mut NetworkTypes) -> HRESULT
Auto Trait Implementations§
impl Freeze for INetworkItem_Vtbl
impl RefUnwindSafe for INetworkItem_Vtbl
impl Send for INetworkItem_Vtbl
impl Sync for INetworkItem_Vtbl
impl Unpin for INetworkItem_Vtbl
impl UnwindSafe for INetworkItem_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