Type Alias volute::Lut3

source ·
pub type Lut3 = StaticLut<3, 1>;
Expand description

3-input Lut

Aliased Type§

struct Lut3 { /* private fields */ }

Trait Implementations§

source§

impl From<u8> for Lut3

source§

fn from(table: u8) -> Lut3

Converts to this type from the input type.