[][src]Struct lc3tools_sys::root::std::locale_facet

#[repr(C)]pub struct locale_facet {
    pub vtable_: *const locale_facet__bindgen_vtable,
    pub _M_refcount: _Atomic_word,
}

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]

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]

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]

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

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

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

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

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.