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