Type Alias volute::Lut4

source ·
pub type Lut4 = StaticLut<4, 1>;
Expand description

4-input Lut

Aliased Type§

struct Lut4 { /* private fields */ }

Trait Implementations§

source§

impl From<u16> for Lut4

source§

fn from(table: u16) -> Lut4

Converts to this type from the input type.