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