pub struct And;Expand description
Intersection
Will traverse only intersected blocks of left and right.
Trait Implementations§
Source§impl BitSetOp for And
impl BitSetOp for And
Source§const TRUSTED_HIERARCHY: bool = false
const TRUSTED_HIERARCHY: bool = false
Source§const HIERARCHY_OPERANDS_CONTAIN_RESULT: bool = true
const HIERARCHY_OPERANDS_CONTAIN_RESULT: bool = true
Does hierarchy_op operands contain result? Read more
Source§fn hierarchy_op<T: BitBlock>(left: T, right: T) -> T
fn hierarchy_op<T: BitBlock>(left: T, right: T) -> T
Operation applied to indirection/hierarchy level bitblock
impl Copy for And
Auto Trait Implementations§
impl Freeze for And
impl RefUnwindSafe for And
impl Send for And
impl Sync for And
impl Unpin for And
impl UnwindSafe for And
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more