#[repr(C, packed(2))]pub struct LocalePrefs {
pub lp_Reserved: [ULONG; 4],
pub lp_CountryName: [c_char; 32],
pub lp_PreferredLanguages: [[c_char; 30]; 10],
pub lp_GMTOffset: LONG,
pub lp_Flags: ULONG,
pub lp_CountryData: CountryPrefs,
}Fields§
§lp_Reserved: [ULONG; 4]§lp_CountryName: [c_char; 32]§lp_PreferredLanguages: [[c_char; 30]; 10]§lp_GMTOffset: LONG§lp_Flags: ULONG§lp_CountryData: CountryPrefsTrait Implementations§
Source§impl Clone for LocalePrefs
impl Clone for LocalePrefs
Source§fn clone(&self) -> LocalePrefs
fn clone(&self) -> LocalePrefs
Returns a duplicate 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 LocalePrefs
impl Debug for LocalePrefs
impl Copy for LocalePrefs
Auto Trait Implementations§
impl Freeze for LocalePrefs
impl RefUnwindSafe for LocalePrefs
impl Send for LocalePrefs
impl Sync for LocalePrefs
impl Unpin for LocalePrefs
impl UnwindSafe for LocalePrefs
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