[−][src]Struct lc3tools_sys::root::std::locale
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]
__base: *const locale,
__s: *const c_char,
__cat: locale_category
) -> Self
pub unsafe fn new4(
__base: *const locale,
__add: *const locale,
__cat: locale_category
) -> Self
[src]
__base: *const locale,
__add: *const locale,
__cat: locale_category
) -> Self
pub unsafe fn destruct(&mut self)
[src]
Trait Implementations
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]
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>,