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§

Source§

impl OpInterfaceMarker for dyn NNegFlag

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§