Note: This page contains multiple implementations.
Objects that implement the binary >> operator.
impl Shr<i64> for W8 {
type Output = W8;
}impl Shr<i32> for W8 {
type Output = W8;
}impl Shr<u64> for W8 {
type Output = W8;
}impl Shr<u16> for W8 {
type Output = W8;
}impl Shr<usize> for W8 {
type Output = W8;
}impl Shr<i16> for W8 {
type Output = W8;
}impl Shr<u32> for W8 {
type Output = W8;
}impl Shr<i8> for W8 {
type Output = W8;
}impl Shr<u8> for W8 {
type Output = W8;
}