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

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

Methods

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

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

Creates a bitwise #fn_name of BitSetView objects.

Trait Implementations

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

type Bits = B

Auto Trait Implementations

impl<B, S0> Send for And1<B, S0> where
    S0: Send

impl<B, S0> Sync for And1<B, S0> where
    S0: 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]