Struct browser_window_c::c__locale_struct
source · #[repr(C)]pub struct c__locale_struct {
pub __locales: [*mut c__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 c__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 c__locale_struct
impl Clone for c__locale_struct
source§fn clone(&self) -> c__locale_struct
fn clone(&self) -> c__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 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§
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