Trait implementation lrs::num::W64::Div

Note: This page contains multiple implementations.

Objects that implement the binary / operator.

Syntax

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

Syntax

impl Div<u64> for W64 {
    type Output = W64;
}