Struct 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,
}
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
§fn clone(&self) -> MMC_TASK_DISPLAY_OBJECT
fn clone(&self) -> MMC_TASK_DISPLAY_OBJECT
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 Default for MMC_TASK_DISPLAY_OBJECT
impl Default for MMC_TASK_DISPLAY_OBJECT
impl Copy for MMC_TASK_DISPLAY_OBJECT
Auto Trait Implementations§
impl Freeze for MMC_TASK_DISPLAY_OBJECT
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§
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