Struct rustc_data_structures::bitslice::Intersect [] [src]

pub struct Intersect;

Trait Implementations

impl BitwiseOperator for Intersect
[src]

[src]

Applies some bit-operation pointwise to each of the bits in the two inputs.

Auto Trait Implementations

impl Send for Intersect

impl Sync for Intersect