Trait tic80::SignExtend

source ·
pub trait SignExtend {
    type Output;

    // Required method
    fn sign_extend(&self) -> Self::Output;
}

Required Associated Types§

Required Methods§

source

fn sign_extend(&self) -> Self::Output

Implementations on Foreign Types§

source§

impl SignExtend for u6

§

type Output = i8

source§

fn sign_extend(&self) -> Self::Output

Implementors§