pub trait IDVBTLocator2_Impl: Sized + IDVBTLocator_Impl {
    // Required methods
    fn PhysicalLayerPipeId(&self) -> Result<i32>;
    fn SetPhysicalLayerPipeId(&self, physicallayerpipeidval: i32) -> Result<()>;
}

Required Methods§

fn PhysicalLayerPipeId(&self) -> Result<i32>

fn SetPhysicalLayerPipeId(&self, physicallayerpipeidval: i32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§