Struct chess_move_gen::DBB [] [src]

pub struct DBB(pub u64x2);

Double bitboard used with SSE3 intrinsics

Methods

impl DBB
[src]

Trait Implementations

impl Copy for DBB
[src]

impl Clone for DBB
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Sub for DBB
[src]

The resulting type after applying the - operator

The method for the - operator

impl BitAnd for DBB
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitOr for DBB
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitXor for DBB
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl Shl<usize> for DBB
[src]

The resulting type after applying the << operator

The method for the << operator