Trait num_traits::sign::Unsigned [−][src]
pub trait Unsigned: Num { }
A trait for values which cannot be negative
Implementations on Foreign Types
impl<T: Unsigned> Unsigned for Wrapping<T> where
Wrapping<T>: Num, [src]
impl<T: Unsigned> Unsigned for Wrapping<T> where
Wrapping<T>: Num, Implementors
impl Unsigned for usizeimpl Unsigned for u8impl Unsigned for u16impl Unsigned for u32impl Unsigned for u64impl Unsigned for u128