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