#[repr(C)]
pub struct __locale_struct {
pub __locales: [*mut __locale_data; 13],
pub __ctype_b: *const c_ushort,
pub __ctype_tolower: *const c_int,
pub __ctype_toupper: *const c_int,
pub __names: [*const c_char; 13],
}
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
[src]
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.