We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6dd724 + 4dc3897 commit 4287d37Copy full SHA for 4287d37
1 file changed
src/lib.rs
@@ -46,6 +46,7 @@ cfg_if! {
46
}
47
48
49
+#[derive(Clone)]
50
/// Struct used to configure different parameters before creating a shared memory mapping
51
pub struct ShmemConf {
52
owner: bool,
0 commit comments