Struct browser_window::prelude::c__locale_struct [−]
#[repr(C)]pub struct c__locale_struct {
pub __locales: [*mut c__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 c__locale_data; 13]
__ctype_b: *const u16
__ctype_tolower: *const i32
__ctype_toupper: *const i32
__names: [*const i8; 13]
Trait Implementations
impl Clone for c__locale_struct
impl Clone for c__locale_struct
pub fn clone(&self) -> c__locale_struct
pub fn clone(&self) -> c__locale_struct
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for c__locale_struct
impl Debug for c__locale_struct
impl Copy for c__locale_struct
Auto Trait Implementations
impl RefUnwindSafe for c__locale_struct
impl !Send for c__locale_struct
impl !Sync for c__locale_struct
impl Unpin for c__locale_struct
impl UnwindSafe for c__locale_struct
Blanket Implementations
Mutably borrows from an owned value. Read more