Trait implementation lrs::num::W16::Div

Note: This page contains multiple implementations.

Objects that implement the binary / operator.

Syntax

impl Div<W16> for W16 {
    type Output = W16;
}

Syntax

impl Div<u16> for W16 {
    type Output = W16;
}