Trait wiwi::num::Shl

source ·
pub trait Shl: Base + Shl<Self, Output = Self> {
    // Provided method
    fn shl_regular(self, rhs: Self) -> Self { ... }
}
Expand description

Left shift

Provided Methods§

source

fn shl_regular(self, rhs: Self) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Shl for i8

source§

impl Shl for i16

source§

impl Shl for i32

source§

impl Shl for i64

source§

impl Shl for i128

source§

impl Shl for isize

source§

impl Shl for u8

source§

impl Shl for u16

source§

impl Shl for u32

source§

impl Shl for u64

source§

impl Shl for u128

source§

impl Shl for usize

Implementors§