Trait overflower_support::ShrAssignWrap [] [src]

pub trait ShrAssignWrap<RHS = usize> {
    fn shr_assign_wrap(&mut self, rhs: RHS);
}

Required Methods

fn shr_assign_wrap(&mut self, rhs: RHS)

Implementors