Trait rugint::NotAssign [] [src]

pub trait NotAssign {
    fn not_assign(&mut self);
}

Peforms a bitwise complement of the value inside self.

Required Methods

Peforms the complement.

Implementors