Union windows_sys::Win32::System::Mmc::MMC_TASK_DISPLAY_OBJECT_0
[−]#[repr(C)]
pub union MMC_TASK_DISPLAY_OBJECT_0 {
pub uBitmap: MMC_TASK_DISPLAY_BITMAP,
pub uSymbol: MMC_TASK_DISPLAY_SYMBOL,
}
Expand description
Required features: ‘Win32_System_Mmc’
Fields
uBitmap: MMC_TASK_DISPLAY_BITMAP
uSymbol: MMC_TASK_DISPLAY_SYMBOL
Trait Implementations
impl Clone for MMC_TASK_DISPLAY_OBJECT_0
impl Clone for MMC_TASK_DISPLAY_OBJECT_0
impl Copy for MMC_TASK_DISPLAY_OBJECT_0
Auto Trait Implementations
impl RefUnwindSafe for MMC_TASK_DISPLAY_OBJECT_0
impl !Send for MMC_TASK_DISPLAY_OBJECT_0
impl !Sync for MMC_TASK_DISPLAY_OBJECT_0
impl Unpin for MMC_TASK_DISPLAY_OBJECT_0
impl UnwindSafe for MMC_TASK_DISPLAY_OBJECT_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more