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 usize
impl Unsigned for u8
impl Unsigned for u16
impl Unsigned for u32
impl Unsigned for u64
impl Unsigned for u128