pub type SetTrue<Next = EOF> = SetFalse<Flip<Next>>;
Sets current bit to True.
True
pub struct SetTrue<Next = EOF>(/* private fields */);