Shr

Trait Shr 

Source
pub trait Shr<Rhs = Self> {
    type Output;

    // Required method
    fn shr(self, rhs: Rhs) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn shr(self, rhs: Rhs) -> Self::Output

Implementations on Foreign Types§

Source§

impl Shr for i8

Source§

type Output = i8

Source§

fn shr(self, other: i8) -> i8

Source§

impl Shr for i16

Source§

type Output = i16

Source§

fn shr(self, other: i16) -> i16

Source§

impl Shr for i32

Source§

type Output = i32

Source§

fn shr(self, other: i32) -> i32

Source§

impl Shr for i64

Source§

type Output = i64

Source§

fn shr(self, other: i64) -> i64

Source§

impl Shr for i128

Source§

type Output = i128

Source§

fn shr(self, other: i128) -> i128

Source§

impl Shr for isize

Source§

type Output = isize

Source§

fn shr(self, other: isize) -> isize

Source§

impl Shr for u8

Source§

type Output = u8

Source§

fn shr(self, other: u8) -> u8

Source§

impl Shr for u16

Source§

type Output = u16

Source§

fn shr(self, other: u16) -> u16

Source§

impl Shr for u32

Source§

type Output = u32

Source§

fn shr(self, other: u32) -> u32

Source§

impl Shr for u64

Source§

type Output = u64

Source§

fn shr(self, other: u64) -> u64

Source§

impl Shr for u128

Source§

type Output = u128

Source§

fn shr(self, other: u128) -> u128

Source§

impl Shr for usize

Source§

type Output = usize

Source§

fn shr(self, other: usize) -> usize

Source§

impl Shr<i8> for i16

Source§

type Output = i16

Source§

fn shr(self, other: i8) -> i16

Source§

impl Shr<i8> for i32

Source§

type Output = i32

Source§

fn shr(self, other: i8) -> i32

Source§

impl Shr<i8> for i64

Source§

type Output = i64

Source§

fn shr(self, other: i8) -> i64

Source§

impl Shr<i8> for i128

Source§

type Output = i128

Source§

fn shr(self, other: i8) -> i128

Source§

impl Shr<i8> for isize

Source§

type Output = isize

Source§

fn shr(self, other: i8) -> isize

Source§

impl Shr<i8> for u8

Source§

type Output = u8

Source§

fn shr(self, other: i8) -> u8

Source§

impl Shr<i8> for u16

Source§

type Output = u16

Source§

fn shr(self, other: i8) -> u16

Source§

impl Shr<i8> for u32

Source§

type Output = u32

Source§

fn shr(self, other: i8) -> u32

Source§

impl Shr<i8> for u64

Source§

type Output = u64

Source§

fn shr(self, other: i8) -> u64

Source§

impl Shr<i8> for u128

Source§

type Output = u128

Source§

fn shr(self, other: i8) -> u128

Source§

impl Shr<i8> for usize

Source§

type Output = usize

Source§

fn shr(self, other: i8) -> usize

Source§

impl Shr<i16> for i8

Source§

type Output = i8

Source§

fn shr(self, other: i16) -> i8

Source§

impl Shr<i16> for i32

Source§

type Output = i32

Source§

fn shr(self, other: i16) -> i32

Source§

impl Shr<i16> for i64

Source§

type Output = i64

Source§

fn shr(self, other: i16) -> i64

Source§

impl Shr<i16> for i128

Source§

type Output = i128

Source§

fn shr(self, other: i16) -> i128

Source§

impl Shr<i16> for isize

Source§

type Output = isize

Source§

fn shr(self, other: i16) -> isize

Source§

impl Shr<i16> for u8

Source§

type Output = u8

Source§

fn shr(self, other: i16) -> u8

Source§

impl Shr<i16> for u16

Source§

type Output = u16

Source§

fn shr(self, other: i16) -> u16

Source§

impl Shr<i16> for u32

Source§

type Output = u32

Source§

fn shr(self, other: i16) -> u32

Source§

impl Shr<i16> for u64

Source§

type Output = u64

Source§

fn shr(self, other: i16) -> u64

Source§

impl Shr<i16> for u128

Source§

type Output = u128

Source§

fn shr(self, other: i16) -> u128

Source§

impl Shr<i16> for usize

Source§

type Output = usize

Source§

fn shr(self, other: i16) -> usize

Source§

impl Shr<i32> for i8

Source§

type Output = i8

Source§

fn shr(self, other: i32) -> i8

Source§

impl Shr<i32> for i16

Source§

type Output = i16

Source§

fn shr(self, other: i32) -> i16

Source§

impl Shr<i32> for i64

Source§

type Output = i64

Source§

fn shr(self, other: i32) -> i64

Source§

impl Shr<i32> for i128

Source§

type Output = i128

Source§

fn shr(self, other: i32) -> i128

Source§

impl Shr<i32> for isize

Source§

type Output = isize

Source§

fn shr(self, other: i32) -> isize

Source§

impl Shr<i32> for u8

Source§

type Output = u8

Source§

fn shr(self, other: i32) -> u8

Source§

impl Shr<i32> for u16

Source§

type Output = u16

Source§

fn shr(self, other: i32) -> u16

Source§

impl Shr<i32> for u32

Source§

type Output = u32

Source§

fn shr(self, other: i32) -> u32

Source§

impl Shr<i32> for u64

Source§

type Output = u64

Source§

fn shr(self, other: i32) -> u64

Source§

impl Shr<i32> for u128

Source§

type Output = u128

Source§

fn shr(self, other: i32) -> u128

Source§

impl Shr<i32> for usize

Source§

type Output = usize

Source§

fn shr(self, other: i32) -> usize

Source§

impl Shr<i64> for i8

Source§

type Output = i8

Source§

fn shr(self, other: i64) -> i8

Source§

impl Shr<i64> for i16

Source§

type Output = i16

Source§

fn shr(self, other: i64) -> i16

Source§

impl Shr<i64> for i32

Source§

type Output = i32

Source§

fn shr(self, other: i64) -> i32

Source§

impl Shr<i64> for i128

Source§

type Output = i128

Source§

fn shr(self, other: i64) -> i128

Source§

impl Shr<i64> for isize

Source§

type Output = isize

Source§

fn shr(self, other: i64) -> isize

Source§

impl Shr<i64> for u8

Source§

type Output = u8

Source§

fn shr(self, other: i64) -> u8

Source§

impl Shr<i64> for u16

Source§

type Output = u16

Source§

fn shr(self, other: i64) -> u16

Source§

impl Shr<i64> for u32

Source§

type Output = u32

Source§

fn shr(self, other: i64) -> u32

Source§

impl Shr<i64> for u64

Source§

type Output = u64

Source§

fn shr(self, other: i64) -> u64

Source§

impl Shr<i64> for u128

Source§

type Output = u128

Source§

fn shr(self, other: i64) -> u128

Source§

impl Shr<i64> for usize

Source§

type Output = usize

Source§

fn shr(self, other: i64) -> usize

Source§

impl Shr<i128> for i8

Source§

type Output = i8

Source§

fn shr(self, other: i128) -> i8

Source§

impl Shr<i128> for i16

Source§

type Output = i16

Source§

fn shr(self, other: i128) -> i16

Source§

impl Shr<i128> for i32

Source§

type Output = i32

Source§

fn shr(self, other: i128) -> i32

Source§

impl Shr<i128> for i64

Source§

type Output = i64

Source§

fn shr(self, other: i128) -> i64

Source§

impl Shr<i128> for isize

Source§

type Output = isize

Source§

fn shr(self, other: i128) -> isize

Source§

impl Shr<i128> for u8

Source§

type Output = u8

Source§

fn shr(self, other: i128) -> u8

Source§

impl Shr<i128> for u16

Source§

type Output = u16

Source§

fn shr(self, other: i128) -> u16

Source§

impl Shr<i128> for u32

Source§

type Output = u32

Source§

fn shr(self, other: i128) -> u32

Source§

impl Shr<i128> for u64

Source§

type Output = u64

Source§

fn shr(self, other: i128) -> u64

Source§

impl Shr<i128> for u128

Source§

type Output = u128

Source§

fn shr(self, other: i128) -> u128

Source§

impl Shr<i128> for usize

Source§

type Output = usize

Source§

fn shr(self, other: i128) -> usize

Source§

impl Shr<isize> for i8

Source§

type Output = i8

Source§

fn shr(self, other: isize) -> i8

Source§

impl Shr<isize> for i16

Source§

type Output = i16

Source§

fn shr(self, other: isize) -> i16

Source§

impl Shr<isize> for i32

Source§

type Output = i32

Source§

fn shr(self, other: isize) -> i32

Source§

impl Shr<isize> for i64

Source§

type Output = i64

Source§

fn shr(self, other: isize) -> i64

Source§

impl Shr<isize> for i128

Source§

type Output = i128

Source§

fn shr(self, other: isize) -> i128

Source§

impl Shr<isize> for u8

Source§

type Output = u8

Source§

fn shr(self, other: isize) -> u8

Source§

impl Shr<isize> for u16

Source§

type Output = u16

Source§

fn shr(self, other: isize) -> u16

Source§

impl Shr<isize> for u32

Source§

type Output = u32

Source§

fn shr(self, other: isize) -> u32

Source§

impl Shr<isize> for u64

Source§

type Output = u64

Source§

fn shr(self, other: isize) -> u64

Source§

impl Shr<isize> for u128

Source§

type Output = u128

Source§

fn shr(self, other: isize) -> u128

Source§

impl Shr<isize> for usize

Source§

type Output = usize

Source§

fn shr(self, other: isize) -> usize

Source§

impl Shr<u8> for i8

Source§

type Output = i8

Source§

fn shr(self, other: u8) -> i8

Source§

impl Shr<u8> for i16

Source§

type Output = i16

Source§

fn shr(self, other: u8) -> i16

Source§

impl Shr<u8> for i32

Source§

type Output = i32

Source§

fn shr(self, other: u8) -> i32

Source§

impl Shr<u8> for i64

Source§

type Output = i64

Source§

fn shr(self, other: u8) -> i64

Source§

impl Shr<u8> for i128

Source§

type Output = i128

Source§

fn shr(self, other: u8) -> i128

Source§

impl Shr<u8> for isize

Source§

type Output = isize

Source§

fn shr(self, other: u8) -> isize

Source§

impl Shr<u8> for u16

Source§

type Output = u16

Source§

fn shr(self, other: u8) -> u16

Source§

impl Shr<u8> for u32

Source§

type Output = u32

Source§

fn shr(self, other: u8) -> u32

Source§

impl Shr<u8> for u64

Source§

type Output = u64

Source§

fn shr(self, other: u8) -> u64

Source§

impl Shr<u8> for u128

Source§

type Output = u128

Source§

fn shr(self, other: u8) -> u128

Source§

impl Shr<u8> for usize

Source§

type Output = usize

Source§

fn shr(self, other: u8) -> usize

Source§

impl Shr<u16> for i8

Source§

type Output = i8

Source§

fn shr(self, other: u16) -> i8

Source§

impl Shr<u16> for i16

Source§

type Output = i16

Source§

fn shr(self, other: u16) -> i16

Source§

impl Shr<u16> for i32

Source§

type Output = i32

Source§

fn shr(self, other: u16) -> i32

Source§

impl Shr<u16> for i64

Source§

type Output = i64

Source§

fn shr(self, other: u16) -> i64

Source§

impl Shr<u16> for i128

Source§

type Output = i128

Source§

fn shr(self, other: u16) -> i128

Source§

impl Shr<u16> for isize

Source§

type Output = isize

Source§

fn shr(self, other: u16) -> isize

Source§

impl Shr<u16> for u8

Source§

type Output = u8

Source§

fn shr(self, other: u16) -> u8

Source§

impl Shr<u16> for u32

Source§

type Output = u32

Source§

fn shr(self, other: u16) -> u32

Source§

impl Shr<u16> for u64

Source§

type Output = u64

Source§

fn shr(self, other: u16) -> u64

Source§

impl Shr<u16> for u128

Source§

type Output = u128

Source§

fn shr(self, other: u16) -> u128

Source§

impl Shr<u16> for usize

Source§

type Output = usize

Source§

fn shr(self, other: u16) -> usize

Source§

impl Shr<u32> for i8

Source§

type Output = i8

Source§

fn shr(self, other: u32) -> i8

Source§

impl Shr<u32> for i16

Source§

type Output = i16

Source§

fn shr(self, other: u32) -> i16

Source§

impl Shr<u32> for i32

Source§

type Output = i32

Source§

fn shr(self, other: u32) -> i32

Source§

impl Shr<u32> for i64

Source§

type Output = i64

Source§

fn shr(self, other: u32) -> i64

Source§

impl Shr<u32> for i128

Source§

type Output = i128

Source§

fn shr(self, other: u32) -> i128

Source§

impl Shr<u32> for isize

Source§

type Output = isize

Source§

fn shr(self, other: u32) -> isize

Source§

impl Shr<u32> for u8

Source§

type Output = u8

Source§

fn shr(self, other: u32) -> u8

Source§

impl Shr<u32> for u16

Source§

type Output = u16

Source§

fn shr(self, other: u32) -> u16

Source§

impl Shr<u32> for u64

Source§

type Output = u64

Source§

fn shr(self, other: u32) -> u64

Source§

impl Shr<u32> for u128

Source§

type Output = u128

Source§

fn shr(self, other: u32) -> u128

Source§

impl Shr<u32> for usize

Source§

type Output = usize

Source§

fn shr(self, other: u32) -> usize

Source§

impl Shr<u64> for i8

Source§

type Output = i8

Source§

fn shr(self, other: u64) -> i8

Source§

impl Shr<u64> for i16

Source§

type Output = i16

Source§

fn shr(self, other: u64) -> i16

Source§

impl Shr<u64> for i32

Source§

type Output = i32

Source§

fn shr(self, other: u64) -> i32

Source§

impl Shr<u64> for i64

Source§

type Output = i64

Source§

fn shr(self, other: u64) -> i64

Source§

impl Shr<u64> for i128

Source§

type Output = i128

Source§

fn shr(self, other: u64) -> i128

Source§

impl Shr<u64> for isize

Source§

type Output = isize

Source§

fn shr(self, other: u64) -> isize

Source§

impl Shr<u64> for u8

Source§

type Output = u8

Source§

fn shr(self, other: u64) -> u8

Source§

impl Shr<u64> for u16

Source§

type Output = u16

Source§

fn shr(self, other: u64) -> u16

Source§

impl Shr<u64> for u32

Source§

type Output = u32

Source§

fn shr(self, other: u64) -> u32

Source§

impl Shr<u64> for u128

Source§

type Output = u128

Source§

fn shr(self, other: u64) -> u128

Source§

impl Shr<u64> for usize

Source§

type Output = usize

Source§

fn shr(self, other: u64) -> usize

Source§

impl Shr<u128> for i8

Source§

type Output = i8

Source§

fn shr(self, other: u128) -> i8

Source§

impl Shr<u128> for i16

Source§

type Output = i16

Source§

fn shr(self, other: u128) -> i16

Source§

impl Shr<u128> for i32

Source§

type Output = i32

Source§

fn shr(self, other: u128) -> i32

Source§

impl Shr<u128> for i64

Source§

type Output = i64

Source§

fn shr(self, other: u128) -> i64

Source§

impl Shr<u128> for i128

Source§

type Output = i128

Source§

fn shr(self, other: u128) -> i128

Source§

impl Shr<u128> for isize

Source§

type Output = isize

Source§

fn shr(self, other: u128) -> isize

Source§

impl Shr<u128> for u8

Source§

type Output = u8

Source§

fn shr(self, other: u128) -> u8

Source§

impl Shr<u128> for u16

Source§

type Output = u16

Source§

fn shr(self, other: u128) -> u16

Source§

impl Shr<u128> for u32

Source§

type Output = u32

Source§

fn shr(self, other: u128) -> u32

Source§

impl Shr<u128> for u64

Source§

type Output = u64

Source§

fn shr(self, other: u128) -> u64

Source§

impl Shr<u128> for usize

Source§

type Output = usize

Source§

fn shr(self, other: u128) -> usize

Source§

impl Shr<usize> for i8

Source§

type Output = i8

Source§

fn shr(self, other: usize) -> i8

Source§

impl Shr<usize> for i16

Source§

type Output = i16

Source§

fn shr(self, other: usize) -> i16

Source§

impl Shr<usize> for i32

Source§

type Output = i32

Source§

fn shr(self, other: usize) -> i32

Source§

impl Shr<usize> for i64

Source§

type Output = i64

Source§

fn shr(self, other: usize) -> i64

Source§

impl Shr<usize> for i128

Source§

type Output = i128

Source§

fn shr(self, other: usize) -> i128

Source§

impl Shr<usize> for isize

Source§

type Output = isize

Source§

fn shr(self, other: usize) -> isize

Source§

impl Shr<usize> for u8

Source§

type Output = u8

Source§

fn shr(self, other: usize) -> u8

Source§

impl Shr<usize> for u16

Source§

type Output = u16

Source§

fn shr(self, other: usize) -> u16

Source§

impl Shr<usize> for u32

Source§

type Output = u32

Source§

fn shr(self, other: usize) -> u32

Source§

impl Shr<usize> for u64

Source§

type Output = u64

Source§

fn shr(self, other: usize) -> u64

Source§

impl Shr<usize> for u128

Source§

type Output = u128

Source§

fn shr(self, other: usize) -> u128

Implementors§