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