Skip to content

Commit 4287d37

Browse files
authored
Merge pull request #78 from AbdyCjen/master
Add Clone for ShmemConf
2 parents d6dd724 + 4dc3897 commit 4287d37

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ cfg_if! {
4646
}
4747
}
4848

49+
#[derive(Clone)]
4950
/// Struct used to configure different parameters before creating a shared memory mapping
5051
pub struct ShmemConf {
5152
owner: bool,

0 commit comments

Comments
 (0)