pub type U0 = UTerm;
Aliased Type§
pub struct U0;
Implementations
Trait Implementations§
Source§impl Ord for UTerm
impl Ord for UTerm
Source§impl PartialOrd for UTerm
impl PartialOrd for UTerm
Source§impl<U: Unsigned> Shl<U> for UTerm
Shifting left UTerm
by an unsigned integer: UTerm << U = UTerm
impl<U: Unsigned> Shl<U> for UTerm
Shifting left UTerm
by an unsigned integer: UTerm << U = UTerm
Source§impl<U: Unsigned> Shr<U> for UTerm
Shifting right a UTerm
by an unsigned integer: UTerm >> U = UTerm
impl<U: Unsigned> Shr<U> for UTerm
Shifting right a UTerm
by an unsigned integer: UTerm >> U = UTerm
Source§impl Unsigned for UTerm
impl Unsigned for UTerm
const U8: u8 = 0u8
const U16: u16 = 0u16
const U32: u32 = 0u32
const U64: u64 = 0u64
const USIZE: usize = 0usize
const I8: i8 = 0i8
const I16: i16 = 0i16
const I32: i32 = 0i32
const I64: i64 = 0i64
const ISIZE: isize = 0isize
fn to_u8() -> u8
fn to_u16() -> u16
fn to_u32() -> u32
fn to_u64() -> u64
fn to_usize() -> usize
fn to_i8() -> i8
fn to_i16() -> i16
fn to_i32() -> i32
fn to_i64() -> i64
fn to_isize() -> isize
impl Copy for UTerm
impl Eq for UTerm
impl StructuralPartialEq for UTerm
impl Zero for UTerm
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