[][src]Trait protocol::types::Integer

pub trait Integer: Parcel + FromPrimitive + ToPrimitive { }

An integer value that can be serialized and deserialized.

Implementations on Foreign Types

impl Integer for u8[src]

impl Integer for i8[src]

impl Integer for u16[src]

impl Integer for i16[src]

impl Integer for u32[src]

impl Integer for i32[src]

impl Integer for u64[src]

impl Integer for i64[src]

Loading content...

Implementors

Loading content...