#[repr(C)]pub struct IXTLRuntime {
pub lpVtbl: *mut IXTLRuntimeVtbl,
}
Fields§
§lpVtbl: *mut IXTLRuntimeVtbl
Trait Implementations§
Source§impl Clone for IXTLRuntime
impl Clone for IXTLRuntime
Source§fn clone(&self) -> IXTLRuntime
fn clone(&self) -> IXTLRuntime
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 moreSource§impl Debug for IXTLRuntime
impl Debug for IXTLRuntime
Source§impl Ord for IXTLRuntime
impl Ord for IXTLRuntime
Source§fn cmp(&self, other: &IXTLRuntime) -> Ordering
fn cmp(&self, other: &IXTLRuntime) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IXTLRuntime
impl PartialEq for IXTLRuntime
Source§impl PartialOrd for IXTLRuntime
impl PartialOrd for IXTLRuntime
impl Copy for IXTLRuntime
impl Eq for IXTLRuntime
impl StructuralPartialEq 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