mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
ImStr can implement Clone
This commit is contained in:
parent
b14999b5a2
commit
a62e6ac146
@ -58,6 +58,7 @@ macro_rules! im_str {
|
||||
})
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct ImStr<'a> {
|
||||
bytes: Cow<'a, [u8]>
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user