Type Alias mbool_t

Source
pub type mbool_t = mbool_s;

Aliased Type§

struct mbool_t {
    pub v: [bool; 4],
}

Fields§

§v: [bool; 4]