#[repr(C)]pub struct INetworkSettingsVtbl {
pub parent: IDispatchVtbl,
pub get_Name: unsafe extern "system" fn(This: *mut INetworkSettings, pName: *mut BSTR) -> HRESULT,
pub put_Name: unsafe extern "system" fn(This: *mut INetworkSettings, pName: BSTR) -> HRESULT,
pub get_Id: unsafe extern "system" fn(This: *mut INetworkSettings, pId: *mut BSTR) -> HRESULT,
pub put_Id: unsafe extern "system" fn(This: *mut INetworkSettings, pId: BSTR) -> HRESULT,
}
Fields§
§parent: IDispatchVtbl
§get_Name: unsafe extern "system" fn(This: *mut INetworkSettings, pName: *mut BSTR) -> HRESULT
§put_Name: unsafe extern "system" fn(This: *mut INetworkSettings, pName: BSTR) -> HRESULT
§get_Id: unsafe extern "system" fn(This: *mut INetworkSettings, pId: *mut BSTR) -> HRESULT
§put_Id: unsafe extern "system" fn(This: *mut INetworkSettings, pId: BSTR) -> HRESULT
Auto Trait Implementations§
impl Freeze for INetworkSettingsVtbl
impl RefUnwindSafe for INetworkSettingsVtbl
impl Send for INetworkSettingsVtbl
impl Sync for INetworkSettingsVtbl
impl Unpin for INetworkSettingsVtbl
impl UnwindSafe for INetworkSettingsVtbl
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