Struct windows_sys::Win32::UI::TextServices::TS_ATTRVAL
[−]Expand description
Required features: "Win32_UI_TextServices"
, "Win32_Foundation"
, "Win32_System_Com"
, "Win32_System_Ole"
Fields
idAttr: GUID
dwOverlapId: u32
varValue: VARIANT
Trait Implementations
impl Clone for TS_ATTRVAL
impl Clone for TS_ATTRVAL
impl Copy for TS_ATTRVAL
Auto Trait Implementations
impl RefUnwindSafe for TS_ATTRVAL
impl !Send for TS_ATTRVAL
impl !Sync for TS_ATTRVAL
impl Unpin for TS_ATTRVAL
impl UnwindSafe for TS_ATTRVAL
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