Trait fixed_bigint::patch_num_traits::OverflowingShl[][src]

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

Required methods

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

Loading content...

Implementors

impl OverflowingShl for u8[src]

impl OverflowingShl for u16[src]

impl OverflowingShl for u32[src]

impl OverflowingShl for u64[src]

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

Loading content...