Trait fixed_bigint::patch_num_traits::OverflowingShr[][src]

pub trait OverflowingShr: Sized {
    fn overflowing_shr(self, rhs: u32) -> (Self, bool);
}

Required methods

fn overflowing_shr(self, rhs: u32) -> (Self, bool)[src]

Loading content...

Implementors

impl OverflowingShr for u8[src]

impl OverflowingShr for u16[src]

impl OverflowingShr for u32[src]

impl OverflowingShr for u64[src]

impl<T: MachineWord, const N: usize> OverflowingShr for FixedUInt<T, N>[src]

Loading content...