Struct windows_sys::Win32::System::Mmc::MMC_TASK_DISPLAY_SYMBOL
[−]#[repr(C)]pub struct MMC_TASK_DISPLAY_SYMBOL {
pub szFontFamilyName: PWSTR,
pub szURLtoEOT: PWSTR,
pub szSymbolString: PWSTR,
}
Expand description
Required features: "Win32_System_Mmc"
Fields
szFontFamilyName: PWSTR
szURLtoEOT: PWSTR
szSymbolString: PWSTR
Trait Implementations
impl Clone for MMC_TASK_DISPLAY_SYMBOL
impl Clone for MMC_TASK_DISPLAY_SYMBOL
impl Copy for MMC_TASK_DISPLAY_SYMBOL
Auto Trait Implementations
impl RefUnwindSafe for MMC_TASK_DISPLAY_SYMBOL
impl !Send for MMC_TASK_DISPLAY_SYMBOL
impl !Sync for MMC_TASK_DISPLAY_SYMBOL
impl Unpin for MMC_TASK_DISPLAY_SYMBOL
impl UnwindSafe for MMC_TASK_DISPLAY_SYMBOL
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