Skip to main content

NNegFlag

Trait NNegFlag 

Source
pub trait NNegFlag: Op {
    // Provided methods
    fn nneg(&self, ctx: &Context) -> bool { ... }
    fn set_nneg(&self, ctx: &Context, flag: bool) { ... }
}

Provided Methods§

Source

fn nneg(&self, ctx: &Context) -> bool

Source

fn set_nneg(&self, ctx: &Context, flag: bool)

Trait Implementations§

Implementors§