#[repr(C)]pub struct _ICapeIDLParseResult {
pub me: *mut c_void,
pub vTbl: *mut ICapeIDLParseResult_VTable,
}Fields§
§me: *mut c_void!<object pointer
vTbl: *mut ICapeIDLParseResult_VTable!<function pointer table
Trait Implementations§
Source§impl Clone for _ICapeIDLParseResult
impl Clone for _ICapeIDLParseResult
Source§fn clone(&self) -> _ICapeIDLParseResult
fn clone(&self) -> _ICapeIDLParseResult
Returns a duplicate 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 moreSource§impl Debug for _ICapeIDLParseResult
impl Debug for _ICapeIDLParseResult
impl Copy for _ICapeIDLParseResult
Auto Trait Implementations§
impl Freeze for _ICapeIDLParseResult
impl RefUnwindSafe for _ICapeIDLParseResult
impl !Send for _ICapeIDLParseResult
impl !Sync for _ICapeIDLParseResult
impl Unpin for _ICapeIDLParseResult
impl UnwindSafe for _ICapeIDLParseResult
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