Trait capsules::net::sixlowpan_compression::OnesComplement
[−]
[src]
trait OnesComplement { fn ones_complement_add(self, other: Self) -> Self; }
Required Methods
fn ones_complement_add(self, other: Self) -> Self
Implementors
impl OnesComplement for u16