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 dd0bbba commit d3f300cCopy full SHA for d3f300c
embedded-hal/src/i2c.rs
@@ -276,7 +276,7 @@ impl<T: ErrorType + ?Sized> ErrorType for &mut T {
276
/// Address mode (7-bit / 10-bit).
277
///
278
/// Note: This trait is sealed and should not be implemented outside of this crate.
279
-pub trait AddressMode: private::Sealed + 'static {}
+pub trait AddressMode: Copy + 'static + private::Sealed {}
280
281
/// 7-bit address mode type.
282
0 commit comments