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