Trait ExtendIntegerType

Source
pub trait ExtendIntegerType {
    // Required method
    fn unsigned(&self) -> Option<Unsigned>;
}
Expand description

Extension methods for integer types

Required Methods§

Implementations on Foreign Types§

Source§

impl ExtendIntegerType for IntegerType

Source§

impl ExtendIntegerType for LongLongType

Source§

impl ExtendIntegerType for LongType

Source§

impl ExtendIntegerType for ShortType

Implementors§