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