pub trait ITfSystemDeviceTypeLangBarItem_Impl: Sized {
// Required methods
fn SetIconMode(&self, dwflags: LANG_BAR_ITEM_ICON_MODE_FLAGS) -> Result<()>;
fn GetIconMode(&self) -> Result<u32>;
}
Required Methods§
fn SetIconMode(&self, dwflags: LANG_BAR_ITEM_ICON_MODE_FLAGS) -> Result<()>
fn GetIconMode(&self) -> Result<u32>
Object Safety§
This trait is not object safe.