Struct ELEMDESC
#[repr(C)]pub struct ELEMDESC {
pub tdesc: TYPEDESC,
pub Anonymous: ELEMDESC_0,
}Fields§
§tdesc: TYPEDESC§Anonymous: ELEMDESC_0Trait Implementations§
§impl Default for ELEMDESC
Available on crate features Win32_System_Ole and Win32_System_Variant only.
impl Default for ELEMDESC
Available on crate features
Win32_System_Ole and Win32_System_Variant only.impl Copy for ELEMDESC
Auto Trait Implementations§
impl Freeze for ELEMDESC
impl RefUnwindSafe for ELEMDESC
impl !Send for ELEMDESC
impl !Sync for ELEMDESC
impl Unpin for ELEMDESC
impl UnwindSafe for ELEMDESC
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