[−][src]Struct lc3tools_sys::root::std::locale_facet
Fields
vtable_: *const locale_facet__bindgen_vtable
_M_refcount: _Atomic_word
Implementations
impl locale_facet
[src]
pub unsafe fn _S_create_c_locale(
__cloc: *mut __c_locale,
__s: *const c_char,
__old: __c_locale
)
[src]
__cloc: *mut __c_locale,
__s: *const c_char,
__old: __c_locale
)
pub unsafe fn _S_clone_c_locale(__cloc: *mut __c_locale) -> __c_locale
[src]
pub unsafe fn _S_destroy_c_locale(__cloc: *mut __c_locale)
[src]
pub unsafe fn _S_lc_ctype_c_locale(
__cloc: __c_locale,
__s: *const c_char
) -> __c_locale
[src]
__cloc: __c_locale,
__s: *const c_char
) -> __c_locale
pub unsafe fn _S_get_c_locale() -> __c_locale
[src]
pub unsafe fn _S_get_c_name() -> *const c_char
[src]
Trait Implementations
impl Debug for locale_facet
[src]
impl Default for locale_facet
[src]
Auto Trait Implementations
impl RefUnwindSafe for locale_facet
impl !Send for locale_facet
impl !Sync for locale_facet
impl Unpin for locale_facet
impl UnwindSafe for locale_facet
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, 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>,