Note: This page contains multiple implementations.
Objects that implement the binary % operator.
%
impl Rem<Wsize> for Wsize { type Output = Wsize; }
impl Rem<usize> for Wsize { type Output = Wsize; }