[][src]Trait sp_runtime::traits::SimpleBitOps

pub trait SimpleBitOps: Sized + Clear + BitOr<Self, Output = Self> + BitXor<Self, Output = Self> + BitAnd<Self, Output = Self> { }

A meta trait for all bit ops.

Implementors

impl<T: Sized + Clear + BitOr<Self, Output = Self> + BitXor<Self, Output = Self> + BitAnd<Self, Output = Self>> SimpleBitOps for T[src]

Loading content...