Trait const_ops::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<i64> for i8

§

type Output = i8

source§

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

source§

impl Shr<i64> for isize

§

type Output = isize

source§

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

source§

impl Shr<u32> for isize

§

type Output = isize

source§

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

source§

impl Shr<i64> for u64

§

type Output = u64

source§

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

source§

impl Shr<i32> for u64

§

type Output = u64

source§

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

source§

impl Shr<u64> for i128

§

type Output = i128

source§

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

source§

impl Shr<u32> for u128

§

type Output = u128

source§

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

source§

impl Shr<i32> for isize

§

type Output = isize

source§

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

source§

impl Shr<i128> for u32

§

type Output = u32

source§

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

source§

impl Shr<isize> for i128

§

type Output = i128

source§

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

source§

impl Shr<u64> for u32

§

type Output = u32

source§

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

source§

impl Shr<u16> for u16

§

type Output = u16

source§

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

source§

impl Shr<u64> for i8

§

type Output = i8

source§

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

source§

impl Shr<usize> for u64

§

type Output = u64

source§

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

source§

impl Shr<i128> for u16

§

type Output = u16

source§

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

source§

impl Shr<u128> for i64

§

type Output = i64

source§

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

source§

impl Shr<i128> for isize

§

type Output = isize

source§

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

source§

impl Shr<i8> for i16

§

type Output = i16

source§

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

source§

impl Shr<usize> for i8

§

type Output = i8

source§

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

source§

impl Shr<usize> for usize

§

type Output = usize

source§

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

source§

impl Shr<u16> for i16

§

type Output = i16

source§

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

source§

impl Shr<u16> for u64

§

type Output = u64

source§

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

source§

impl Shr<usize> for u128

§

type Output = u128

source§

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

source§

impl Shr<u16> for i64

§

type Output = i64

source§

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

source§

impl Shr<u8> for i8

§

type Output = i8

source§

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

source§

impl Shr<u64> for i16

§

type Output = i16

source§

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

source§

impl Shr<usize> for u16

§

type Output = u16

source§

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

source§

impl Shr<isize> for u64

§

type Output = u64

source§

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

source§

impl Shr<i8> for i32

§

type Output = i32

source§

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

source§

impl Shr<i16> for i64

§

type Output = i64

source§

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

source§

impl Shr<i16> for u8

§

type Output = u8

source§

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

source§

impl Shr<u128> for u64

§

type Output = u64

source§

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

source§

impl Shr<u8> for i128

§

type Output = i128

source§

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

source§

impl Shr<isize> for u16

§

type Output = u16

source§

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

source§

impl Shr<u64> for u8

§

type Output = u8

source§

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

source§

impl Shr<i128> for i32

§

type Output = i32

source§

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

source§

impl Shr<i64> for i16

§

type Output = i16

source§

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

source§

impl Shr<usize> for i16

§

type Output = i16

source§

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

source§

impl Shr<isize> for isize

§

type Output = isize

source§

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

source§

impl Shr<u8> for u32

§

type Output = u32

source§

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

source§

impl Shr<u128> for i32

§

type Output = i32

source§

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

source§

impl Shr<u32> for usize

§

type Output = usize

source§

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

source§

impl Shr<isize> for usize

§

type Output = usize

source§

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

source§

impl Shr<u16> for usize

§

type Output = usize

source§

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

source§

impl Shr<u64> for usize

§

type Output = usize

source§

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

source§

impl Shr<usize> for i32

§

type Output = i32

source§

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

source§

impl Shr<u128> for i16

§

type Output = i16

source§

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

source§

impl Shr<i32> for i128

§

type Output = i128

source§

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

source§

impl Shr<usize> for isize

§

type Output = isize

source§

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

source§

impl Shr<u16> for u128

§

type Output = u128

source§

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

source§

impl Shr<i8> for i128

§

type Output = i128

source§

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

source§

impl Shr<i128> for u8

§

type Output = u8

source§

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

source§

impl Shr<i8> for u32

§

type Output = u32

source§

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

source§

impl Shr<u32> for i32

§

type Output = i32

source§

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

source§

impl Shr<i32> for usize

§

type Output = usize

source§

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

source§

impl Shr<usize> for u8

§

type Output = u8

source§

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

source§

impl Shr<u64> for isize

§

type Output = isize

source§

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

source§

impl Shr<i64> for u16

§

type Output = u16

source§

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

source§

impl Shr<u16> for u8

§

type Output = u8

source§

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

source§

impl Shr<i16> for u64

§

type Output = u64

source§

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

source§

impl Shr<u32> for u32

§

type Output = u32

source§

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

source§

impl Shr<i16> for i128

§

type Output = i128

source§

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

source§

impl Shr<u32> for i128

§

type Output = i128

source§

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

source§

impl Shr<i16> for isize

§

type Output = isize

source§

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

source§

impl Shr<i8> for u16

§

type Output = u16

source§

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

source§

impl Shr<i8> for u64

§

type Output = u64

source§

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

source§

impl Shr<u32> for i64

§

type Output = i64

source§

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

source§

impl Shr<i32> for u128

§

type Output = u128

source§

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

source§

impl Shr<i16> for u128

§

type Output = u128

source§

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

source§

impl Shr<u128> for u32

§

type Output = u32

source§

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

source§

impl Shr<usize> for i64

§

type Output = i64

source§

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

source§

impl Shr<i64> for i32

§

type Output = i32

source§

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

source§

impl Shr<u64> for u128

§

type Output = u128

source§

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

source§

impl Shr<u8> for u128

§

type Output = u128

source§

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

source§

impl Shr<i64> for i64

§

type Output = i64

source§

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

source§

impl Shr<u8> for i64

§

type Output = i64

source§

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

source§

impl Shr<u64> for i64

§

type Output = i64

source§

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

source§

impl Shr<i8> for i64

§

type Output = i64

source§

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

source§

impl Shr<u128> for i128

§

type Output = i128

source§

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

source§

impl Shr<isize> for u128

§

type Output = u128

source§

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

source§

impl Shr<u64> for u16

§

type Output = u16

source§

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

source§

impl Shr<i128> for i8

§

type Output = i8

source§

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

source§

impl Shr<u16> for i32

§

type Output = i32

source§

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

source§

impl Shr<u16> for i8

§

type Output = i8

source§

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

source§

impl Shr<i16> for u32

§

type Output = u32

source§

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

source§

impl Shr<u16> for i128

§

type Output = i128

source§

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

source§

impl Shr<u32> for i8

§

type Output = i8

source§

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

source§

impl Shr<u128> for isize

§

type Output = isize

source§

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

source§

impl Shr<u16> for u32

§

type Output = u32

source§

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

source§

impl Shr<i16> for i8

§

type Output = i8

source§

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

source§

impl Shr<i128> for u128

§

type Output = u128

source§

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

source§

impl Shr<u64> for u64

§

type Output = u64

source§

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

source§

impl Shr<i32> for u16

§

type Output = u16

source§

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

source§

impl Shr<i32> for i16

§

type Output = i16

source§

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

source§

impl Shr<u128> for usize

§

type Output = usize

source§

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

source§

impl Shr<i32> for u32

§

type Output = u32

source§

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

source§

impl Shr<i128> for u64

§

type Output = u64

source§

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

source§

impl Shr<isize> for i32

§

type Output = i32

source§

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

source§

impl Shr<i64> for usize

§

type Output = usize

source§

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

source§

impl Shr<u8> for u64

§

type Output = u64

source§

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

source§

impl Shr<i8> for u8

§

type Output = u8

source§

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

source§

impl Shr<i32> for i32

§

type Output = i32

source§

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

source§

impl Shr<u8> for i32

§

type Output = i32

source§

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

source§

impl Shr<i128> for i128

§

type Output = i128

source§

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

source§

impl Shr<u128> for u8

§

type Output = u8

source§

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

source§

impl Shr<isize> for i16

§

type Output = i16

source§

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

source§

impl Shr<u128> for u128

§

type Output = u128

source§

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

source§

impl Shr<u16> for isize

§

type Output = isize

source§

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

source§

impl Shr<i8> for usize

§

type Output = usize

source§

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

source§

impl Shr<i16> for usize

§

type Output = usize

source§

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

source§

impl Shr<u128> for i8

§

type Output = i8

source§

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

source§

impl Shr<i16> for u16

§

type Output = u16

source§

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

source§

impl Shr<i32> for i64

§

type Output = i64

source§

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

source§

impl Shr<i128> for i64

§

type Output = i64

source§

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

source§

impl Shr<i16> for i32

§

type Output = i32

source§

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

source§

impl Shr<isize> for i8

§

type Output = i8

source§

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

source§

impl Shr<i8> for i8

§

type Output = i8

source§

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

source§

impl Shr<i128> for usize

§

type Output = usize

source§

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

source§

impl Shr<u8> for u16

§

type Output = u16

source§

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

source§

impl Shr<i64> for i128

§

type Output = i128

source§

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

source§

impl Shr<i32> for u8

§

type Output = u8

source§

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

source§

impl Shr<u8> for isize

§

type Output = isize

source§

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

source§

impl Shr<u32> for u16

§

type Output = u16

source§

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

source§

impl Shr<u32> for u8

§

type Output = u8

source§

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

source§

impl Shr<u64> for i32

§

type Output = i32

source§

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

source§

impl Shr<i64> for u8

§

type Output = u8

source§

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

source§

impl Shr<u8> for usize

§

type Output = usize

source§

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

source§

impl Shr<u8> for i16

§

type Output = i16

source§

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

source§

impl Shr<u32> for i16

§

type Output = i16

source§

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

source§

impl Shr<usize> for u32

§

type Output = u32

source§

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

source§

impl Shr<u128> for u16

§

type Output = u16

source§

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

source§

impl Shr<i64> for u128

§

type Output = u128

source§

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

source§

impl Shr<u32> for u64

§

type Output = u64

source§

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

source§

impl Shr<usize> for i128

§

type Output = i128

source§

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

source§

impl Shr<i64> for u32

§

type Output = u32

source§

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

source§

impl Shr<isize> for i64

§

type Output = i64

source§

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

source§

impl Shr<i128> for i16

§

type Output = i16

source§

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

source§

impl Shr<i32> for i8

§

type Output = i8

source§

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

source§

impl Shr<isize> for u8

§

type Output = u8

source§

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

source§

impl Shr<i8> for isize

§

type Output = isize

source§

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

source§

impl Shr<i16> for i16

§

type Output = i16

source§

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

source§

impl Shr<isize> for u32

§

type Output = u32

source§

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

source§

impl Shr<i8> for u128

§

type Output = u128

source§

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

source§

impl Shr<u8> for u8

§

type Output = u8

source§

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

Implementors§