[][src]Trait bitlab::SignedInfo

pub trait SignedInfo {
    fn is_signed(&self) -> bool;
}

A trait to find out if a varibale type is signed or unsigned for integer types.

Required methods

fn is_signed(&self) -> bool

Returns true if the variable is signed.

Loading content...

Implementations on Foreign Types

impl SignedInfo for u8[src]

impl SignedInfo for u16[src]

impl SignedInfo for u32[src]

impl SignedInfo for u64[src]

impl SignedInfo for i8[src]

impl SignedInfo for i16[src]

impl SignedInfo for i32[src]

impl SignedInfo for i64[src]

Loading content...

Implementors

Loading content...