pub trait IAMPhysicalPinInfo_Impl: Sized {
    // Required method
    fn GetPhysicalType(
        &self,
        ptype: *mut i32,
        ppsztype: *mut PWSTR
    ) -> Result<()>;
}

Required Methods§

fn GetPhysicalType(&self, ptype: *mut i32, ppsztype: *mut PWSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§