Struct ffmpeg_sys_next::__locale_struct
source · #[repr(C)]pub struct __locale_struct {
pub __locales: [*mut __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 __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 __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
source§impl PartialEq<__locale_struct> for __locale_struct
impl PartialEq<__locale_struct> for __locale_struct
source§fn eq(&self, other: &__locale_struct) -> bool
fn eq(&self, other: &__locale_struct) -> bool
This method tests for
self and other values to be equal, and is used
by ==.