[][src]Struct shine_graph::bits::bitops::And2

pub struct And2<B, S0, S1> where
    B: BitBlock,
    S0: BitSetView<Bits = B>,
    S1: BitSetView<Bits = B>, 
{ /* fields omitted */ }

Methods

impl<B, S0, S1> And2<B, S0, S1> where
    B: BitBlock,
    S0: BitSetView<Bits = B>,
    S1: BitSetView<Bits = B>, 
[src]

pub fn new(set_0: S0, set_1: S1) -> Self[src]

Creates a bitwise #fn_name of BitSetView objects.

Trait Implementations

impl<B, S0, S1> BitSetView for And2<B, S0, S1> where
    B: BitBlock,
    S0: BitSetView<Bits = B>,
    S1: BitSetView<Bits = B>, 
[src]

type Bits = B

Auto Trait Implementations

impl<B, S0, S1> Send for And2<B, S0, S1> where
    S0: Send,
    S1: Send

impl<B, S0, S1> Sync for And2<B, S0, S1> where
    S0: Sync,
    S1: Sync

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]