From 64d6f32a72993fabe707e280a936527d408e9ed5 Mon Sep 17 00:00:00 2001 From: Leon Riesebos <28567817+lriesebos@users.noreply.github.com> Date: Tue, 2 Dec 2025 13:53:59 -0500 Subject: [PATCH] src/linux: added derive debug and clone for mapping info struct --- src/linux.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/linux.rs b/src/linux.rs index fd713b0..546bfc5 100644 --- a/src/linux.rs +++ b/src/linux.rs @@ -356,6 +356,7 @@ impl fd::AsFd for UioDevice { /// All information about one of a UioDevice's Mapping /// This is a dump of everything contained in `/sys/class/uio/uio{n}/maps/map*/*` +#[derive(Debug, Clone)] pub struct MappingInfo { /// Index of the Mapping ///