Type Alias fixed::types::extra::U0

source ·
pub type U0 = UTerm;

Aliased Type§

struct U0;

Trait Implementations§

source§

impl<X> Gcd<UTerm> for Xwhere X: Unsigned + NonZero,

gcd(x, 0) = x

§

type Output = X

The greatest common divisor.
source§

impl Unsigned for UTerm

source§

const U8: u8 = 0u8

source§

const U16: u16 = 0u16

source§

const U32: u32 = 0u32

source§

const U64: u64 = 0u64

source§

const USIZE: usize = 0usize

source§

const I8: i8 = 0i8

source§

const I16: i16 = 0i16

source§

const I32: i32 = 0i32

source§

const I64: i64 = 0i64

source§

const ISIZE: isize = 0isize

source§

fn to_u8() -> u8

source§

fn to_u16() -> u16

source§

fn to_u32() -> u32

source§

fn to_u64() -> u64

source§

fn to_usize() -> usize

source§

fn to_i8() -> i8

source§

fn to_i16() -> i16

source§

fn to_i32() -> i32

source§

fn to_i64() -> i64

source§

fn to_isize() -> isize