Type Alias nj_sys::__darwin_mbstate_t

source ·
pub type __darwin_mbstate_t = __mbstate_t;

Aliased Type§

union __darwin_mbstate_t {
    pub __mbstate8: [i8; 128],
    pub _mbstateL: i64,
}

Fields§

§__mbstate8: [i8; 128]§_mbstateL: i64

Trait Implementations§

source§

impl Clone for __mbstate_t

source§

fn clone(&self) -> __mbstate_t

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Copy for __mbstate_t