#[repr(C)]
pub union BINDPTR {
pub lpfuncdesc: *mut FUNCDESC,
pub lpvardesc: *mut VARDESC,
pub lptcomp: ITypeComp,
}
Expand description
Required features: "Win32_System_Com"
, "Win32_Foundation"
, "Win32_System_Ole"
Fields
lpfuncdesc: *mut FUNCDESC
lpvardesc: *mut VARDESC
lptcomp: ITypeComp
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BINDPTR
impl !Send for BINDPTR
impl !Sync for BINDPTR
impl Unpin for BINDPTR
impl UnwindSafe for BINDPTR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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