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

#[repr(C)]pub struct locale {
    pub _M_impl: *mut locale__Impl,
}

Fields

_M_impl: *mut locale__Impl

Implementations

impl locale[src]

pub unsafe fn name(&self) -> string[src]

pub unsafe fn global(__loc: *const locale) -> locale[src]

pub unsafe fn classic() -> *const locale[src]

pub unsafe fn new() -> Self[src]

pub unsafe fn new1(__other: *const locale) -> Self[src]

pub unsafe fn new2(__s: *const c_char) -> Self[src]

pub unsafe fn new3(
    __base: *const locale,
    __s: *const c_char,
    __cat: locale_category
) -> Self
[src]

pub unsafe fn new4(
    __base: *const locale,
    __add: *const locale,
    __cat: locale_category
) -> Self
[src]

pub unsafe fn destruct(&mut self)[src]

Trait Implementations

impl Debug for locale[src]

impl Default for locale[src]

Auto Trait Implementations

impl RefUnwindSafe for locale

impl !Send for locale

impl !Sync for locale

impl Unpin for locale

impl UnwindSafe for locale

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.