Struct windows_sys::Win32::UI::TextServices::TF_LMLATTELEMENT
[−]#[repr(C)]pub struct TF_LMLATTELEMENT {
pub dwFrameStart: u32,
pub dwFrameLen: u32,
pub dwFlags: u32,
pub Anonymous: TF_LMLATTELEMENT_0,
pub bstrText: BSTR,
}
Expand description
Required features: "Win32_UI_TextServices"
, "Win32_Foundation"
Fields
dwFrameStart: u32
dwFrameLen: u32
dwFlags: u32
Anonymous: TF_LMLATTELEMENT_0
bstrText: BSTR
Trait Implementations
impl Clone for TF_LMLATTELEMENT
impl Clone for TF_LMLATTELEMENT
impl Copy for TF_LMLATTELEMENT
Auto Trait Implementations
impl RefUnwindSafe for TF_LMLATTELEMENT
impl !Send for TF_LMLATTELEMENT
impl !Sync for TF_LMLATTELEMENT
impl Unpin for TF_LMLATTELEMENT
impl UnwindSafe for TF_LMLATTELEMENT
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