Skip to content

Commit a85eca5

Browse files
authored
derive standard traits in EcalComponents (#95)
1 parent ab398e4 commit a85eca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustecal-core/src/components.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bitflags! {
1515
///
1616
/// These flags are used with [`Ecal::initialize`](crate::ecal::core::Ecal::initialize)
1717
/// to control which components are active.
18-
#[derive(Default)]
18+
#[derive(Default, Debug, Clone, PartialEq)]
1919
pub struct EcalComponents: u32 {
2020
/// Disable all components (no subsystems enabled).
2121
const NONE = 0x000;

0 commit comments

Comments
 (0)