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

pub struct And7<B, S0, S1, S2, S3, S4, S5, S6> where
    B: BitBlock,
    S0: BitSetView<Bits = B>,
    S1: BitSetView<Bits = B>,
    S2: BitSetView<Bits = B>,
    S3: BitSetView<Bits = B>,
    S4: BitSetView<Bits = B>,
    S5: BitSetView<Bits = B>,
    S6: BitSetView<Bits = B>, 
{ /* fields omitted */ }

Methods

impl<B, S0, S1, S2, S3, S4, S5, S6> And7<B, S0, S1, S2, S3, S4, S5, S6> where
    B: BitBlock,
    S0: BitSetView<Bits = B>,
    S1: BitSetView<Bits = B>,
    S2: BitSetView<Bits = B>,
    S3: BitSetView<Bits = B>,
    S4: BitSetView<Bits = B>,
    S5: BitSetView<Bits = B>,
    S6: BitSetView<Bits = B>, 
[src]

pub fn new(
    set_0: S0,
    set_1: S1,
    set_2: S2,
    set_3: S3,
    set_4: S4,
    set_5: S5,
    set_6: S6
) -> Self
[src]

Creates a bitwise #fn_name of BitSetView objects.

Trait Implementations

impl<B, S0, S1, S2, S3, S4, S5, S6> BitSetView for And7<B, S0, S1, S2, S3, S4, S5, S6> where
    B: BitBlock,
    S0: BitSetView<Bits = B>,
    S1: BitSetView<Bits = B>,
    S2: BitSetView<Bits = B>,
    S3: BitSetView<Bits = B>,
    S4: BitSetView<Bits = B>,
    S5: BitSetView<Bits = B>,
    S6: BitSetView<Bits = B>, 
[src]

type Bits = B

Auto Trait Implementations

impl<B, S0, S1, S2, S3, S4, S5, S6> Send for And7<B, S0, S1, S2, S3, S4, S5, S6> where
    S0: Send,
    S1: Send,
    S2: Send,
    S3: Send,
    S4: Send,
    S5: Send,
    S6: Send

impl<B, S0, S1, S2, S3, S4, S5, S6> Sync for And7<B, S0, S1, S2, S3, S4, S5, S6> where
    S0: Sync,
    S1: Sync,
    S2: Sync,
    S3: Sync,
    S4: Sync,
    S5: Sync,
    S6: 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]