#[repr(C)]pub struct IXTLRuntime {
pub lpVtbl: *mut IXTLRuntimeVtbl,
}Fields§
§lpVtbl: *mut IXTLRuntimeVtblTrait Implementations§
Source§impl Clone for IXTLRuntime
impl Clone for IXTLRuntime
Source§fn clone(&self) -> IXTLRuntime
fn clone(&self) -> IXTLRuntime
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 IXTLRuntime
impl Debug for IXTLRuntime
impl Copy for IXTLRuntime
Auto Trait Implementations§
impl Freeze for IXTLRuntime
impl RefUnwindSafe for IXTLRuntime
impl !Send for IXTLRuntime
impl !Sync for IXTLRuntime
impl Unpin for IXTLRuntime
impl UnwindSafe for IXTLRuntime
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