Trait ppv_lite86::BitOps0

source ·
pub trait BitOps0: BitAnd<Output = Self> + BitOr<Output = Self> + BitXor<Output = Self> + BitXorAssign + Not<Output = Self> + AndNot<Output = Self> + Sized + Copy + Clone { }
Expand description

Ops that are independent of word size and endian

Object Safety§

This trait is not object safe.

Implementors§