Struct MMC_TASK_DISPLAY_SYMBOL
#[repr(C)]pub struct MMC_TASK_DISPLAY_SYMBOL {
pub szFontFamilyName: PWSTR,
pub szURLtoEOT: PWSTR,
pub szSymbolString: PWSTR,
}
Fields§
§szFontFamilyName: PWSTR
§szURLtoEOT: PWSTR
§szSymbolString: PWSTR
Trait Implementations§
§impl Clone for MMC_TASK_DISPLAY_SYMBOL
impl Clone for MMC_TASK_DISPLAY_SYMBOL
§fn clone(&self) -> MMC_TASK_DISPLAY_SYMBOL
fn clone(&self) -> MMC_TASK_DISPLAY_SYMBOL
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MMC_TASK_DISPLAY_SYMBOL
impl Debug for MMC_TASK_DISPLAY_SYMBOL
§impl Default for MMC_TASK_DISPLAY_SYMBOL
impl Default for MMC_TASK_DISPLAY_SYMBOL
§impl PartialEq for MMC_TASK_DISPLAY_SYMBOL
impl PartialEq for MMC_TASK_DISPLAY_SYMBOL
impl Copy for MMC_TASK_DISPLAY_SYMBOL
impl StructuralPartialEq for MMC_TASK_DISPLAY_SYMBOL
Auto Trait Implementations§
impl Freeze for MMC_TASK_DISPLAY_SYMBOL
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§
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