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

#[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

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]