U1

Type Alias U1 

Source
pub type U1 = _1;

Aliased Type§

pub struct U1;

Trait Implementations§

Source§

impl<Bs> Add<B<Bs, _0>> for U1
where Bs: _BitStrLit,

Source§

type Output = B<Bs, _1>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: B<Bs, _0>) -> Self::Output

Performs the + operation. Read more
Source§

impl<Bs> Add<B<Bs, _1>> for U1
where Bs: StAdd<U1>, <Bs as StAdd<U1>>::Output: _BitStrLit,

Source§

type Output = B<<Bs as Add<_1>>::Output, _0>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: B<Bs, _1>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<_0> for U1

Source§

type Output = _1

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: U0) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for U1

Source§

type Output = B<_1, _0>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: U1) -> Self::Output

Performs the + operation. Read more
Source§

impl Sub<_0> for U1

Source§

type Output = _1

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: U0) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for U1

Source§

type Output = _0

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: U1) -> Self::Output

Performs the - operation. Read more