OutputSpeed

Trait OutputSpeed 

Source
pub trait OutputSpeed {
    // Required method
    fn output_speed(&self) -> U2;
}
Expand description

Configures output speed

Required Methods§

Source

fn output_speed(&self) -> U2

Converts type state to actual bits

Implementors§