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