Struct flipperzero_sys::_mbstate_t
source · #[repr(C)]pub struct _mbstate_t {
pub __count: c_int,
pub __value: _mbstate_t__bindgen_ty_1,
}Expand description
Re-export bindings
Fields§
§__count: c_int§__value: _mbstate_t__bindgen_ty_1Trait Implementations§
source§impl Clone for _mbstate_t
impl Clone for _mbstate_t
source§fn clone(&self) -> _mbstate_t
fn clone(&self) -> _mbstate_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more