mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-10 04:58:34 +00:00
remove Copy and Clone traits from TableColumnFlags
This commit is contained in:
parent
91fdf45397
commit
8140b3f0a8
@ -161,7 +161,7 @@ bitflags! {
|
||||
bitflags! {
|
||||
/// Flags for [TableColumnSetup] and [table_setup_column_with].
|
||||
#[repr(transparent)]
|
||||
#[derive(Copy, Clone, Default)]
|
||||
#[derive(Default)]
|
||||
pub struct TableColumnFlags: u32 {
|
||||
// Input configuration flags
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user