pub trait PfireSpecificSpecification {
const HAS_OPT_IFACE_B: bool;
const SUPPORT_STANDALONE_CONVERTER: bool;
const KNOB_COUNT: usize = 4usize;
}Expand description
Protocol implementation specific to ProFire series.
Required Associated Constants§
const HAS_OPT_IFACE_B: bool
const SUPPORT_STANDALONE_CONVERTER: bool
Provided Associated Constants§
const KNOB_COUNT: usize = 4usize
Object Safety§
This trait is not object safe.