Trait soloud::prelude::FilterAttr[][src]

pub trait FilterAttr {
    fn to_u32(self) -> u32;
}

A trait applicable to all filter attributes

Required methods

fn to_u32(self) -> u32[src]

Convert a filter attribute to a u32

Loading content...

Implementors

Loading content...