Skip to main content

SelectEvent

Type Alias SelectEvent 

Source
pub type SelectEvent<F> = SelectIo<F>;
Expand description

The event encoding the inputs and outputs of a select operation.

Aliased Type§

#[repr(C)]
pub struct SelectEvent<F> { pub bit: F, pub out1: F, pub out2: F, pub in1: F, pub in2: F, }

Fields§

§bit: F§out1: F§out2: F§in1: F§in2: F