[][src]Struct winapi::um::devicetopology::IDeviceTopologyVtbl

#[repr(C)]
pub struct IDeviceTopologyVtbl {
    pub parent: IUnknownVtbl,
    pub GetConnectorCount: unsafe extern "system" fn(This: *mut IDeviceTopology, pCount: *mut UINT) -> HRESULT,
    pub GetConnector: unsafe extern "system" fn(This: *mut IDeviceTopology, nIndex: UINT, ppConnector: *mut *mut IConnector) -> HRESULT,
    pub GetSubunitCount: unsafe extern "system" fn(This: *mut IDeviceTopology, pCount: *mut UINT) -> HRESULT,
    pub GetSubunit: unsafe extern "system" fn(This: *mut IDeviceTopology, nIndex: UINT, ppSubunit: *mut *mut ISubunit) -> HRESULT,
    pub GetPartById: unsafe extern "system" fn(This: *mut IDeviceTopology, nId: UINT, ppPart: *mut *mut IPart) -> HRESULT,
    pub GetDeviceId: unsafe extern "system" fn(This: *mut IDeviceTopology, ppwstrDeviceId: *mut LPWSTR) -> HRESULT,
    pub GetSignalPath: unsafe extern "system" fn(This: *mut IDeviceTopology, pIPartFrom: *mut IPart, pIPartTo: *mut IPart, bRejectMixedPaths: BOOL, ppParts: *mut *mut IPartsList) -> HRESULT,
}

Fields

parent: IUnknownVtblGetConnectorCount: unsafe extern "system" fn(This: *mut IDeviceTopology, pCount: *mut UINT) -> HRESULTGetConnector: unsafe extern "system" fn(This: *mut IDeviceTopology, nIndex: UINT, ppConnector: *mut *mut IConnector) -> HRESULTGetSubunitCount: unsafe extern "system" fn(This: *mut IDeviceTopology, pCount: *mut UINT) -> HRESULTGetSubunit: unsafe extern "system" fn(This: *mut IDeviceTopology, nIndex: UINT, ppSubunit: *mut *mut ISubunit) -> HRESULTGetPartById: unsafe extern "system" fn(This: *mut IDeviceTopology, nId: UINT, ppPart: *mut *mut IPart) -> HRESULTGetDeviceId: unsafe extern "system" fn(This: *mut IDeviceTopology, ppwstrDeviceId: *mut LPWSTR) -> HRESULTGetSignalPath: unsafe extern "system" fn(This: *mut IDeviceTopology, pIPartFrom: *mut IPart, pIPartTo: *mut IPart, bRejectMixedPaths: BOOL, ppParts: *mut *mut IPartsList) -> 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]