Trait BitOrFrom

Source
pub trait BitOrFrom<Lhs = Self> {
    // Required method
    fn bitor_from(&mut self, lhs: Lhs);
}
Expand description

Bitwise or with assignment to the rhs operand.

Required Methods§

Source

fn bitor_from(&mut self, lhs: Lhs)

Implementors§