Trait rp2040_pac::generic::FieldSpec
source · pub trait FieldSpec: Sized {
type Ux: Copy + PartialEq + From<Self>;
}
Expand description
Raw field type
Required Associated Types§
Object Safety§
This trait is not object safe.