[−][src]Struct gdnative_bindings::libc::lconv
Fields
decimal_point: *mut i8thousands_sep: *mut i8grouping: *mut i8int_curr_symbol: *mut i8currency_symbol: *mut i8mon_decimal_point: *mut i8mon_thousands_sep: *mut i8mon_grouping: *mut i8positive_sign: *mut i8negative_sign: *mut i8int_frac_digits: i8frac_digits: i8p_cs_precedes: i8p_sep_by_space: i8n_cs_precedes: i8n_sep_by_space: i8p_sign_posn: i8n_sign_posn: i8int_p_cs_precedes: i8int_p_sep_by_space: i8int_n_cs_precedes: i8int_n_sep_by_space: i8int_p_sign_posn: i8int_n_sign_posn: i8Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lconv
impl !Send for lconv
impl !Sync for lconv
impl Unpin for lconv
impl UnwindSafe for lconv
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,