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