Trait sid::IntegerHandle

source ·
pub trait IntegerHandle: Copy + Clone + Add<Output = Self> + Sub<Output = Self> + Ord + PartialEq + PartialOrd + FromUsize + ToUsize + Zero + One { }

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl IntegerHandle for i8

source§

impl IntegerHandle for i16

source§

impl IntegerHandle for i32

source§

impl IntegerHandle for i64

source§

impl IntegerHandle for isize

source§

impl IntegerHandle for u8

source§

impl IntegerHandle for u16

source§

impl IntegerHandle for u32

source§

impl IntegerHandle for u64

source§

impl IntegerHandle for usize

Implementors§