Struct windows::Globalization::ApplicationLanguages
pub struct ApplicationLanguages;
Implementations§
§impl ApplicationLanguages
impl ApplicationLanguages
pub fn PrimaryLanguageOverride() -> Result<HSTRING>
pub fn SetPrimaryLanguageOverride(value: &HSTRING) -> Result<()>
pub fn Languages() -> Result<IVectorView<HSTRING>>
pub fn ManifestLanguages() -> Result<IVectorView<HSTRING>>
pub fn GetLanguagesForUser<P0>(user: P0) -> Result<IVectorView<HSTRING>>where
P0: Param<User>,
Auto Trait Implementations§
impl Freeze for ApplicationLanguages
impl RefUnwindSafe for ApplicationLanguages
impl Send for ApplicationLanguages
impl Sync for ApplicationLanguages
impl Unpin for ApplicationLanguages
impl UnwindSafe for ApplicationLanguages
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