#[repr(C)]pub struct ELEMDESC {
pub tdesc: TYPEDESC,
pub Anonymous: ELEMDESC_0,
}Expand description
Required features: ‘Win32_System_Com’, ‘Win32_Foundation’, ‘Win32_System_Ole’
Fields
tdesc: TYPEDESCAnonymous: ELEMDESC_0Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ELEMDESC
impl !Send for ELEMDESC
impl !Sync for ELEMDESC
impl Unpin for ELEMDESC
impl UnwindSafe for ELEMDESC
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