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