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