Struct emlib::lesense::DecCtrlDesc [] [src]

#[repr(C)]
pub struct DecCtrlDesc { pub dec_input: DecInput, pub init_state: u32, pub chk_state: bool, pub int_map: bool, pub hyst_prs0: bool, pub hyst_prs1: bool, pub hyst_prs2: bool, pub hyst_irq: bool, pub prs_count: bool, pub prs_ch_sel0: PRSSel, pub prs_ch_sel1: PRSSel, pub prs_ch_sel2: PRSSel, pub prs_ch_sel3: PRSSel, }

Fields

Trait Implementations

impl Copy for DecCtrlDesc
[src]

impl Clone for DecCtrlDesc
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for DecCtrlDesc
[src]

[src]

Returns the "default value" for a type. Read more