Union windows_sys::Win32::UI::TextServices::TF_LMLATTELEMENT_0
[−]#[repr(C)]
pub union TF_LMLATTELEMENT_0 {
pub iCost: i32,
}
Expand description
Required features: "Win32_UI_TextServices"
Fields
iCost: i32
Trait Implementations
impl Clone for TF_LMLATTELEMENT_0
impl Clone for TF_LMLATTELEMENT_0
impl Copy for TF_LMLATTELEMENT_0
Auto Trait Implementations
impl RefUnwindSafe for TF_LMLATTELEMENT_0
impl Send for TF_LMLATTELEMENT_0
impl Sync for TF_LMLATTELEMENT_0
impl Unpin for TF_LMLATTELEMENT_0
impl UnwindSafe for TF_LMLATTELEMENT_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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