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,
}
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§
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