Trait bitsetium::BitComplement [−][src]
pub trait BitComplement {
type Output;
fn complement(self) -> Self::Output;
}Expand description
Trait to get dual set to the given.
Associated Types
Required methods
fn complement(self) -> Self::OutputImplementations on Foreign Types
type Output = Complement<Self>type Output = Complement<Self>type Output = Complement<Self>type Output = Complement<u8>type Output = Complement<Self>type Output = Complement<u16>type Output = Complement<Self>type Output = Complement<u32>type Output = Complement<Self>type Output = Complement<u64>type Output = Complement<Self>type Output = Complement<u128>type Output = Complement<Self>type Output = Complement<bool>