pub type Sense = Sense0select;Aliased Type§
#[repr(u8)]pub enum Sense {
None = 0,
Rise = 1,
Fall = 2,
Both = 3,
High = 4,
Low = 5,
}pub type Sense = Sense0select;#[repr(u8)]pub enum Sense {
None = 0,
Rise = 1,
Fall = 2,
Both = 3,
High = 4,
Low = 5,
}