Struct swipl::fli::__locale_struct  
source · #[repr(C)]pub struct __locale_struct {
    pub __locales: [*mut __locale_data; 13],
    pub __ctype_b: *const u16,
    pub __ctype_tolower: *const i32,
    pub __ctype_toupper: *const i32,
    pub __names: [*const i8; 13],
}Fields§
§__locales: [*mut __locale_data; 13]§__ctype_b: *const u16§__ctype_tolower: *const i32§__ctype_toupper: *const i32§__names: [*const i8; 13]Trait Implementations§
source§impl Clone for __locale_struct
 
impl Clone for __locale_struct
source§fn clone(&self) -> __locale_struct
 
fn clone(&self) -> __locale_struct
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for __locale_struct
 
impl Debug for __locale_struct
impl Copy for __locale_struct
Auto Trait Implementations§
impl RefUnwindSafe for __locale_struct
impl !Send for __locale_struct
impl !Sync for __locale_struct
impl Unpin for __locale_struct
impl UnwindSafe for __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