We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912ee90 commit a9cbc6dCopy full SHA for a9cbc6d
crates/cust/src/memory/array.rs
@@ -155,7 +155,7 @@ impl ArrayFormat {
155
156
bitflags::bitflags! {
157
/// Flags which modify the behavior of CUDA array creation.
158
- #[derive(Default)]
+ #[derive(Default, Debug, PartialEq)]
159
pub struct ArrayObjectFlags: c_uint {
160
/// Enables creation of layered CUDA arrays. When this flag is set, depth specifies the
161
/// number of layers, not the depth of a 3D array.
0 commit comments