Struct winapi::um::taskschd::INetworkSettingsVtbl[][src]

#[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: IDispatchVtblget_Name: unsafe extern "system" fn(This: *mut INetworkSettings, pName: *mut BSTR) -> HRESULTput_Name: unsafe extern "system" fn(This: *mut INetworkSettings, pName: BSTR) -> HRESULTget_Id: unsafe extern "system" fn(This: *mut INetworkSettings, pId: *mut BSTR) -> HRESULTput_Id: unsafe extern "system" fn(This: *mut INetworkSettings, pId: BSTR) -> HRESULT

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.