Enum raylib::ffi::GuiComboBoxProperty [−][src]
#[repr(u32)]
pub enum GuiComboBoxProperty {
COMBO_BUTTON_WIDTH,
COMBO_BUTTON_PADDING,
}
Variants
COMBO_BUTTON_WIDTH
COMBO_BUTTON_PADDING
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GuiComboBoxProperty
impl Send for GuiComboBoxProperty
impl Sync for GuiComboBoxProperty
impl Unpin for GuiComboBoxProperty
impl UnwindSafe for GuiComboBoxProperty
Blanket Implementations
Mutably borrows from an owned value. Read more