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