Type Alias volute::Lut5

source ·
pub type Lut5 = StaticLut<5, 1>;
Expand description

5-input Lut

Aliased Type§

struct Lut5 { /* private fields */ }

Trait Implementations§

source§

impl From<u32> for Lut5

source§

fn from(table: u32) -> Lut5

Converts to this type from the input type.