Type Definition typenum::uint::SetBitOut [−][src]
type SetBitOut<N, I, B> = <N as SetBit<I, B>>::Output;
Alias for the result of calling SetBit
: SetBitOut<N, I, B> = <N as SetBit<I, B>>::Output
.
type SetBitOut<N, I, B> = <N as SetBit<I, B>>::Output;
Alias for the result of calling SetBit
: SetBitOut<N, I, B> = <N as SetBit<I, B>>::Output
.