#[repr(C)]
pub union tagBINDPTR {
pub lpfuncdesc: *mut FUNCDESC,
pub lpvardesc: *mut VARDESC,
pub lptcomp: *mut ITypeComp,
}
Fields§
§lpfuncdesc: *mut FUNCDESC
§lpvardesc: *mut VARDESC
§lptcomp: *mut ITypeComp
Trait Implementations§
Source§impl Clone for tagBINDPTR
impl Clone for tagBINDPTR
Source§fn clone(&self) -> tagBINDPTR
fn clone(&self) -> tagBINDPTR
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 moreimpl Copy for tagBINDPTR
Auto Trait Implementations§
impl Freeze for tagBINDPTR
impl RefUnwindSafe for tagBINDPTR
impl !Send for tagBINDPTR
impl !Sync for tagBINDPTR
impl Unpin for tagBINDPTR
impl UnwindSafe for tagBINDPTR
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