pub type U0 = UTerm;
Aliased Type§
pub struct U0;
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 0 bytes
Implementations
Trait Implementations
Source§impl<T> ArrayLength<T> for UTerm
impl<T> ArrayLength<T> for UTerm
Source§impl Ord for UTerm
impl Ord for UTerm
Source§impl<Ur, Br> PartialDiv<UInt<Ur, Br>> for UTerm
impl<Ur, Br> PartialDiv<UInt<Ur, Br>> for UTerm
Source§impl PartialOrd for UTerm
impl PartialOrd for UTerm
Source§impl<U> Shl<U> for UTermwhere
U: Unsigned,
Shifting left UTerm
by an unsigned integer: UTerm << U = UTerm
impl<U> Shl<U> for UTermwhere
U: Unsigned,
Shifting left UTerm
by an unsigned integer: UTerm << U = UTerm
Source§impl<U> Shr<U> for UTermwhere
U: Unsigned,
Shifting right a UTerm
by an unsigned integer: UTerm >> U = UTerm
impl<U> Shr<U> for UTermwhere
U: Unsigned,
Shifting right a UTerm
by an unsigned integer: UTerm >> U = UTerm