pub struct Block(_);
Expand description
Structure for the (1KB) memory block implemented as 128 64-bit words.
Implementations§
Trait Implementations§
§impl BitXorAssign<Block> for Block
impl BitXorAssign<Block> for Block
§fn bitxor_assign(&mut self, rhs: Block)
fn bitxor_assign(&mut self, rhs: Block)
Performs the
^=
operation. Read more