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