Struct windows_sys::Win32::UI::TextServices::TF_LANGUAGEPROFILE
[−]#[repr(C)]pub struct TF_LANGUAGEPROFILE {
pub clsid: GUID,
pub langid: u16,
pub catid: GUID,
pub fActive: BOOL,
pub guidProfile: GUID,
}
Expand description
Required features: "Win32_UI_TextServices"
, "Win32_Foundation"
Fields
clsid: GUID
langid: u16
catid: GUID
fActive: BOOL
guidProfile: GUID
Trait Implementations
impl Clone for TF_LANGUAGEPROFILE
impl Clone for TF_LANGUAGEPROFILE
impl Copy for TF_LANGUAGEPROFILE
Auto Trait Implementations
impl RefUnwindSafe for TF_LANGUAGEPROFILE
impl Send for TF_LANGUAGEPROFILE
impl Sync for TF_LANGUAGEPROFILE
impl Unpin for TF_LANGUAGEPROFILE
impl UnwindSafe for TF_LANGUAGEPROFILE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more