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