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