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