#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IXTLRuntime
Auto Trait Implementations§
impl !Send for IXTLRuntime
impl !Sync for IXTLRuntime
impl Freeze for IXTLRuntime
impl RefUnwindSafe for IXTLRuntime
impl Unpin for IXTLRuntime
impl UnsafeUnpin 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