Trait Channel

Source
pub trait Channel {
    // Required method
    fn channel() -> u8;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl Channel for InternalVdd

Source§

impl Channel for InternalVddHdiv5

Source§

impl<STATE> Channel for P0_02<STATE>

Source§

impl<STATE> Channel for P0_03<STATE>

Source§

impl<STATE> Channel for P0_04<STATE>

Source§

impl<STATE> Channel for P0_05<STATE>

Source§

impl<STATE> Channel for P0_28<STATE>

Source§

impl<STATE> Channel for P0_29<STATE>

Source§

impl<STATE> Channel for P0_30<STATE>

Source§

impl<STATE> Channel for P0_31<STATE>