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.

Performs the - operation.

impl BitAnd for DBB
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitOr for DBB
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitXor for DBB
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl Shl<usize> for DBB
[src]

The resulting type after applying the << operator.

Performs the << operation.

Auto Trait Implementations

impl Send for DBB

impl Sync for DBB