Struct rlua_lua53_sys::bindings::__mbstate_t
source · [−]#[repr(C)]pub struct __mbstate_t {
pub __count: c_int,
pub __value: __mbstate_t__bindgen_ty_1,
}Fields
__count: c_int__value: __mbstate_t__bindgen_ty_1Trait 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