#[repr(C)]pub struct Struct___locale_struct {
pub __locales: [*mut Struct___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],
}
Fields§
§__locales: [*mut Struct___locale_data; 13]
§__ctype_b: *const c_ushort
§__ctype_tolower: *const c_int
§__ctype_toupper: *const c_int
§__names: [*const c_char; 13]
Trait Implementations§
Source§impl Clone for Struct___locale_struct
impl Clone for Struct___locale_struct
Source§impl Default for Struct___locale_struct
impl Default for Struct___locale_struct
impl Copy for Struct___locale_struct
Auto Trait Implementations§
impl Freeze for Struct___locale_struct
impl RefUnwindSafe for Struct___locale_struct
impl !Send for Struct___locale_struct
impl !Sync for Struct___locale_struct
impl Unpin for Struct___locale_struct
impl UnwindSafe for Struct___locale_struct
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more