Expand description
Structs§
- Custom
Operation - A structure that stores a pointer to a custom operation.
- Not
- A structure that defines the custom operation Not that inverts elementwise a binary array or scalar (individual bit).
- Or
- A structure that defines the custom operation Or that is equivalent to the binary Or applied elementwise.
Traits§
- Custom
Operation Body - A trait that must be implemented by any custom operation struct.