Struct gdnative_visual_script::common::libc::lconv [−][src]
#[repr(C)]pub struct lconv { pub decimal_point: *mut i8, pub thousands_sep: *mut i8, pub grouping: *mut i8, pub int_curr_symbol: *mut i8, pub currency_symbol: *mut i8, pub mon_decimal_point: *mut i8, pub mon_thousands_sep: *mut i8, pub mon_grouping: *mut i8, pub positive_sign: *mut i8, pub negative_sign: *mut i8, pub int_frac_digits: i8, pub frac_digits: i8, pub p_cs_precedes: i8, pub p_sep_by_space: i8, pub n_cs_precedes: i8, pub n_sep_by_space: i8, pub p_sign_posn: i8, pub n_sign_posn: i8, pub int_p_cs_precedes: i8, pub int_p_sep_by_space: i8, pub int_n_cs_precedes: i8, pub int_n_sep_by_space: i8, pub int_p_sign_posn: i8, pub int_n_sign_posn: i8, }
Fields
decimal_point: *mut i8
thousands_sep: *mut i8
grouping: *mut i8
int_curr_symbol: *mut i8
currency_symbol: *mut i8
mon_decimal_point: *mut i8
mon_thousands_sep: *mut i8
mon_grouping: *mut i8
positive_sign: *mut i8
negative_sign: *mut i8
int_frac_digits: i8
frac_digits: i8
p_cs_precedes: i8
p_sep_by_space: i8
n_cs_precedes: i8
n_sep_by_space: i8
p_sign_posn: i8
n_sign_posn: i8
int_p_cs_precedes: i8
int_p_sep_by_space: i8
int_n_cs_precedes: i8
int_n_sep_by_space: i8
int_p_sign_posn: i8
int_n_sign_posn: i8
Trait Implementations
impl Clone for lconv
[src]
impl Clone for lconv
fn clone(&self) -> lconv
[src]
fn clone(&self) -> lconv
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for lconv
[src]
impl Copy for lconv