Trait compacts_bits::UnionWith 
                   
                       [−]
                   
               [src]
pub trait UnionWith<Rhs = Self> {
    fn union_with(&mut self, that: Rhs);
}
            Required Methods
fn union_with(&mut self, that: Rhs)
Trait Implementations
impl<T> BitOrAssign<T> for UnionWith<T>[src]
fn bitor_assign(&mut self, that: T)
The method for the |= operator