Type Alias SetFalse

Source
pub type SetFalse<Next = EOF> = Cycle<Flip, Next>;
Expand description

Sets current bit to False.

Aliased Typeยง

pub struct SetFalse<Next = EOF>(/* private fields */);