Trait const_ops::ShrAssign

source ·
pub trait ShrAssign<Rhs = Self> {
    // Required method
    fn shr_assign(&mut self, rhs: Rhs);
}

Required Methods§

source

fn shr_assign(&mut self, rhs: Rhs)

Implementations on Foreign Types§

source§

impl ShrAssign<u8> for i8

source§

const fn shr_assign(&mut self, other: u8)

source§

impl ShrAssign<i128> for isize

source§

const fn shr_assign(&mut self, other: i128)

source§

impl ShrAssign<u128> for i128

source§

const fn shr_assign(&mut self, other: u128)

source§

impl ShrAssign<isize> for u16

source§

const fn shr_assign(&mut self, other: isize)

source§

impl ShrAssign<u32> for u8

source§

const fn shr_assign(&mut self, other: u32)

source§

impl ShrAssign<i16> for i64

source§

const fn shr_assign(&mut self, other: i16)

source§

impl ShrAssign<u32> for i64

source§

const fn shr_assign(&mut self, other: u32)

source§

impl ShrAssign<i64> for usize

source§

const fn shr_assign(&mut self, other: i64)

source§

impl ShrAssign<u128> for u32

source§

const fn shr_assign(&mut self, other: u128)

source§

impl ShrAssign<u8> for u128

source§

const fn shr_assign(&mut self, other: u8)

source§

impl ShrAssign<i32> for i16

source§

const fn shr_assign(&mut self, other: i32)

source§

impl ShrAssign<u64> for i8

source§

const fn shr_assign(&mut self, other: u64)

source§

impl ShrAssign<i128> for u32

source§

const fn shr_assign(&mut self, other: i128)

source§

impl ShrAssign<u16> for i32

source§

const fn shr_assign(&mut self, other: u16)

source§

impl ShrAssign<u128> for i8

source§

const fn shr_assign(&mut self, other: u128)

source§

impl ShrAssign<u128> for i64

source§

const fn shr_assign(&mut self, other: u128)

source§

impl ShrAssign<u128> for u8

source§

const fn shr_assign(&mut self, other: u128)

source§

impl ShrAssign<usize> for u64

source§

const fn shr_assign(&mut self, other: usize)

source§

impl ShrAssign<i64> for isize

source§

const fn shr_assign(&mut self, other: i64)

source§

impl ShrAssign<u16> for i16

source§

const fn shr_assign(&mut self, other: u16)

source§

impl ShrAssign<u32> for u64

source§

const fn shr_assign(&mut self, other: u32)

source§

impl ShrAssign<i16> for usize

source§

const fn shr_assign(&mut self, other: i16)

source§

impl ShrAssign<i64> for i64

source§

const fn shr_assign(&mut self, other: i64)

source§

impl ShrAssign<u8> for u32

source§

const fn shr_assign(&mut self, other: u8)

source§

impl ShrAssign<u32> for isize

source§

const fn shr_assign(&mut self, other: u32)

source§

impl ShrAssign<usize> for usize

source§

const fn shr_assign(&mut self, other: usize)

source§

impl ShrAssign<isize> for i128

source§

const fn shr_assign(&mut self, other: isize)

source§

impl ShrAssign<usize> for i8

source§

const fn shr_assign(&mut self, other: usize)

source§

impl ShrAssign<u32> for u16

source§

const fn shr_assign(&mut self, other: u32)

source§

impl ShrAssign<i8> for u16

source§

const fn shr_assign(&mut self, other: i8)

source§

impl ShrAssign<usize> for i32

source§

const fn shr_assign(&mut self, other: usize)

source§

impl ShrAssign<isize> for i64

source§

const fn shr_assign(&mut self, other: isize)

source§

impl ShrAssign<u32> for i16

source§

const fn shr_assign(&mut self, other: u32)

source§

impl ShrAssign<usize> for isize

source§

const fn shr_assign(&mut self, other: usize)

source§

impl ShrAssign<i16> for u128

source§

const fn shr_assign(&mut self, other: i16)

source§

impl ShrAssign<u128> for u64

source§

const fn shr_assign(&mut self, other: u128)

source§

impl ShrAssign<isize> for u128

source§

const fn shr_assign(&mut self, other: isize)

source§

impl ShrAssign<i8> for u64

source§

const fn shr_assign(&mut self, other: i8)

source§

impl ShrAssign<u64> for u32

source§

const fn shr_assign(&mut self, other: u64)

source§

impl ShrAssign<isize> for i8

source§

const fn shr_assign(&mut self, other: isize)

source§

impl ShrAssign<i32> for u64

source§

const fn shr_assign(&mut self, other: i32)

source§

impl ShrAssign<u128> for u16

source§

const fn shr_assign(&mut self, other: u128)

source§

impl ShrAssign<u16> for isize

source§

const fn shr_assign(&mut self, other: u16)

source§

impl ShrAssign<i8> for usize

source§

const fn shr_assign(&mut self, other: i8)

source§

impl ShrAssign<i128> for u16

source§

const fn shr_assign(&mut self, other: i128)

source§

impl ShrAssign<u8> for i128

source§

const fn shr_assign(&mut self, other: u8)

source§

impl ShrAssign<isize> for isize

source§

const fn shr_assign(&mut self, other: isize)

source§

impl ShrAssign<u32> for usize

source§

const fn shr_assign(&mut self, other: u32)

source§

impl ShrAssign<u32> for u128

source§

const fn shr_assign(&mut self, other: u32)

source§

impl ShrAssign<i16> for i16

source§

const fn shr_assign(&mut self, other: i16)

source§

impl ShrAssign<u64> for isize

source§

const fn shr_assign(&mut self, other: u64)

source§

impl ShrAssign<i64> for i32

source§

const fn shr_assign(&mut self, other: i64)

source§

impl ShrAssign<i16> for u32

source§

const fn shr_assign(&mut self, other: i16)

source§

impl ShrAssign<i64> for u128

source§

const fn shr_assign(&mut self, other: i64)

source§

impl ShrAssign<isize> for usize

source§

const fn shr_assign(&mut self, other: isize)

source§

impl ShrAssign<i8> for isize

source§

const fn shr_assign(&mut self, other: i8)

source§

impl ShrAssign<u16> for i128

source§

const fn shr_assign(&mut self, other: u16)

source§

impl ShrAssign<i32> for u128

source§

const fn shr_assign(&mut self, other: i32)

source§

impl ShrAssign<isize> for u32

source§

const fn shr_assign(&mut self, other: isize)

source§

impl ShrAssign<usize> for u16

source§

const fn shr_assign(&mut self, other: usize)

source§

impl ShrAssign<i64> for u8

source§

const fn shr_assign(&mut self, other: i64)

source§

impl ShrAssign<u128> for isize

source§

const fn shr_assign(&mut self, other: u128)

source§

impl ShrAssign<u8> for u8

source§

const fn shr_assign(&mut self, other: u8)

source§

impl ShrAssign<u64> for u8

source§

const fn shr_assign(&mut self, other: u64)

source§

impl ShrAssign<i16> for isize

source§

const fn shr_assign(&mut self, other: i16)

source§

impl ShrAssign<u8> for usize

source§

const fn shr_assign(&mut self, other: u8)

source§

impl ShrAssign<usize> for u128

source§

const fn shr_assign(&mut self, other: usize)

source§

impl ShrAssign<i128> for i8

source§

const fn shr_assign(&mut self, other: i128)

source§

impl ShrAssign<i16> for i8

source§

const fn shr_assign(&mut self, other: i16)

source§

impl ShrAssign<u128> for u128

source§

const fn shr_assign(&mut self, other: u128)

source§

impl ShrAssign<i16> for u64

source§

const fn shr_assign(&mut self, other: i16)

source§

impl ShrAssign<u128> for usize

source§

const fn shr_assign(&mut self, other: u128)

source§

impl ShrAssign<i8> for i128

source§

const fn shr_assign(&mut self, other: i8)

source§

impl ShrAssign<i32> for usize

source§

const fn shr_assign(&mut self, other: i32)

source§

impl ShrAssign<i64> for i16

source§

const fn shr_assign(&mut self, other: i64)

source§

impl ShrAssign<i32> for u16

source§

const fn shr_assign(&mut self, other: i32)

source§

impl ShrAssign<isize> for i32

source§

const fn shr_assign(&mut self, other: isize)

source§

impl ShrAssign<u8> for u64

source§

const fn shr_assign(&mut self, other: u8)

source§

impl ShrAssign<u64> for u128

source§

const fn shr_assign(&mut self, other: u64)

source§

impl ShrAssign<usize> for i128

source§

const fn shr_assign(&mut self, other: usize)

source§

impl ShrAssign<i64> for i128

source§

const fn shr_assign(&mut self, other: i64)

source§

impl ShrAssign<usize> for i16

source§

const fn shr_assign(&mut self, other: usize)

source§

impl ShrAssign<i8> for u32

source§

const fn shr_assign(&mut self, other: i8)

source§

impl ShrAssign<isize> for u8

source§

const fn shr_assign(&mut self, other: isize)

source§

impl ShrAssign<i32> for i8

source§

const fn shr_assign(&mut self, other: i32)

source§

impl ShrAssign<u8> for isize

source§

const fn shr_assign(&mut self, other: u8)

source§

impl ShrAssign<u64> for u64

source§

const fn shr_assign(&mut self, other: u64)

source§

impl ShrAssign<i32> for i64

source§

const fn shr_assign(&mut self, other: i32)

source§

impl ShrAssign<i16> for i32

source§

const fn shr_assign(&mut self, other: i16)

source§

impl ShrAssign<i32> for u8

source§

const fn shr_assign(&mut self, other: i32)

source§

impl ShrAssign<isize> for i16

source§

const fn shr_assign(&mut self, other: isize)

source§

impl ShrAssign<i128> for i16

source§

const fn shr_assign(&mut self, other: i128)

source§

impl ShrAssign<u64> for i32

source§

const fn shr_assign(&mut self, other: u64)

source§

impl ShrAssign<u64> for usize

source§

const fn shr_assign(&mut self, other: u64)

source§

impl ShrAssign<i8> for i64

source§

const fn shr_assign(&mut self, other: i8)

source§

impl ShrAssign<u8> for i32

source§

const fn shr_assign(&mut self, other: u8)

source§

impl ShrAssign<u32> for i8

source§

const fn shr_assign(&mut self, other: u32)

source§

impl ShrAssign<i8> for i8

source§

const fn shr_assign(&mut self, other: i8)

source§

impl ShrAssign<u8> for i64

source§

const fn shr_assign(&mut self, other: u8)

source§

impl ShrAssign<i128> for u128

source§

const fn shr_assign(&mut self, other: i128)

source§

impl ShrAssign<i8> for u128

source§

const fn shr_assign(&mut self, other: i8)

source§

impl ShrAssign<u16> for i64

source§

const fn shr_assign(&mut self, other: u16)

source§

impl ShrAssign<i128> for u64

source§

const fn shr_assign(&mut self, other: i128)

source§

impl ShrAssign<u16> for u16

source§

const fn shr_assign(&mut self, other: u16)

source§

impl ShrAssign<u64> for i16

source§

const fn shr_assign(&mut self, other: u64)

source§

impl ShrAssign<i64> for u64

source§

const fn shr_assign(&mut self, other: i64)

source§

impl ShrAssign<i128> for u8

source§

const fn shr_assign(&mut self, other: i128)

source§

impl ShrAssign<i8> for i32

source§

const fn shr_assign(&mut self, other: i8)

source§

impl ShrAssign<usize> for u8

source§

const fn shr_assign(&mut self, other: usize)

source§

impl ShrAssign<i128> for i32

source§

const fn shr_assign(&mut self, other: i128)

source§

impl ShrAssign<i8> for i16

source§

const fn shr_assign(&mut self, other: i8)

source§

impl ShrAssign<i128> for i128

source§

const fn shr_assign(&mut self, other: i128)

source§

impl ShrAssign<usize> for u32

source§

const fn shr_assign(&mut self, other: usize)

source§

impl ShrAssign<i32> for i32

source§

const fn shr_assign(&mut self, other: i32)

source§

impl ShrAssign<isize> for u64

source§

const fn shr_assign(&mut self, other: isize)

source§

impl ShrAssign<u16> for u128

source§

const fn shr_assign(&mut self, other: u16)

source§

impl ShrAssign<u16> for i8

source§

const fn shr_assign(&mut self, other: u16)

source§

impl ShrAssign<u128> for i32

source§

const fn shr_assign(&mut self, other: u128)

source§

impl ShrAssign<i128> for usize

source§

const fn shr_assign(&mut self, other: i128)

source§

impl ShrAssign<i8> for u8

source§

const fn shr_assign(&mut self, other: i8)

source§

impl ShrAssign<i32> for isize

source§

const fn shr_assign(&mut self, other: i32)

source§

impl ShrAssign<u16> for u64

source§

const fn shr_assign(&mut self, other: u16)

source§

impl ShrAssign<i32> for u32

source§

const fn shr_assign(&mut self, other: i32)

source§

impl ShrAssign<u64> for i128

source§

const fn shr_assign(&mut self, other: u64)

source§

impl ShrAssign<u32> for u32

source§

const fn shr_assign(&mut self, other: u32)

source§

impl ShrAssign<u16> for u8

source§

const fn shr_assign(&mut self, other: u16)

source§

impl ShrAssign<i16> for u8

source§

const fn shr_assign(&mut self, other: i16)

source§

impl ShrAssign<i64> for u32

source§

const fn shr_assign(&mut self, other: i64)

source§

impl ShrAssign<u16> for u32

source§

const fn shr_assign(&mut self, other: u16)

source§

impl ShrAssign<u64> for u16

source§

const fn shr_assign(&mut self, other: u64)

source§

impl ShrAssign<i64> for i8

source§

const fn shr_assign(&mut self, other: i64)

source§

impl ShrAssign<u32> for i32

source§

const fn shr_assign(&mut self, other: u32)

source§

impl ShrAssign<u8> for i16

source§

const fn shr_assign(&mut self, other: u8)

source§

impl ShrAssign<i128> for i64

source§

const fn shr_assign(&mut self, other: i128)

source§

impl ShrAssign<i64> for u16

source§

const fn shr_assign(&mut self, other: i64)

source§

impl ShrAssign<usize> for i64

source§

const fn shr_assign(&mut self, other: usize)

source§

impl ShrAssign<u32> for i128

source§

const fn shr_assign(&mut self, other: u32)

source§

impl ShrAssign<u8> for u16

source§

const fn shr_assign(&mut self, other: u8)

source§

impl ShrAssign<i16> for u16

source§

const fn shr_assign(&mut self, other: i16)

source§

impl ShrAssign<i32> for i128

source§

const fn shr_assign(&mut self, other: i32)

source§

impl ShrAssign<u64> for i64

source§

const fn shr_assign(&mut self, other: u64)

source§

impl ShrAssign<i16> for i128

source§

const fn shr_assign(&mut self, other: i16)

source§

impl ShrAssign<u16> for usize

source§

const fn shr_assign(&mut self, other: u16)

source§

impl ShrAssign<u128> for i16

source§

const fn shr_assign(&mut self, other: u128)

Implementors§