We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2fee33 commit aab531cCopy full SHA for aab531c
1 file changed
src/sdcard/csd.rs
@@ -15,7 +15,7 @@ pub enum Csd {
15
}
16
17
/// The CSD structure field is invalid.
18
-#[derive(Debug, PartialEq, Eq, thiserror::Error)]
+#[derive(Debug, PartialEq, Eq, Copy, Clone, thiserror::Error)]
19
pub enum CsdCreationError {
20
/// Invalid CSD structure field.
21
#[error("invalid CSD structure field")]
0 commit comments