Struct raylib::ffi::__mbstate_t [−][src]
#[repr(C)]pub struct __mbstate_t {
pub __count: i32,
pub __value: __mbstate_t__bindgen_ty_1,
}
Fields
__count: i32
__value: __mbstate_t__bindgen_ty_1
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for __mbstate_t
impl Send for __mbstate_t
impl Sync for __mbstate_t
impl Unpin for __mbstate_t
impl UnwindSafe for __mbstate_t
Blanket Implementations
Mutably borrows from an owned value. Read more