Struct otter_api_tests::imports::libc::lconv[]

#[repr(C)]
pub struct lconv {
Show fields 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 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: i8

Trait Implementations

impl Clone for lconv

impl Copy for lconv

impl Debug for lconv

impl Eq for lconv

impl Hash for lconv

impl PartialEq<lconv> for lconv

impl StructuralEq for lconv

impl StructuralPartialEq for lconv

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]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Downcast for T where
    T: Any

impl<T> DowncastSync for T where
    T: Any + Send + Sync

impl<A> DynCastExt for A

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,