SetTrue

Type Alias SetTrue 

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

Sets current bit to True.

Aliased Typeยง

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