Trait BitXor
pub trait BitXor {
// Required methods
pub fn bitxor(self, other: Self) -> Self;
}
Required methods
pub fn bitxor(self, other: Self) -> Self
pub trait BitXor {
// Required methods
pub fn bitxor(self, other: Self) -> Self;
}
pub fn bitxor(self, other: Self) -> Self
impl BitXor for boolimpl BitXor for i16impl BitXor for i32impl BitXor for i64impl BitXor for i8impl BitXor for u1impl BitXor for u128impl BitXor for u16impl BitXor for u32impl BitXor for u64impl BitXor for u8