Search⌘ K

Bitwise Operators

Explore how bitwise operators manipulate binary data in Rust. Understand the different types such as AND, OR, XOR, left and right shifts, and see practical examples to reinforce your grasp of Rust operators in systems programming.

What Are Bitwise Operators?

Bitwise operators deal with the binary representation of the operands.

Types

The table below summarizes the types ...