feat: add Debug trait to wrapper types
This commit is contained in:
@@ -6,6 +6,7 @@ macro_rules! reexport_const {
|
||||
( $type_name:ident, $struct_name:ident ) => {
|
||||
pub const $type_name: usize = unsafe_bindings::$type_name as usize;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct $struct_name([u8; $type_name]);
|
||||
|
||||
impl Default for $struct_name {
|
||||
|
||||
Reference in New Issue
Block a user