#[repr(C)]
pub struct IDxcValidator { /* private fields */ }
Retrieves pointers to the supported interfaces on an object.
Use ComPtr::from
instead.
Increments the reference count for an interface on an object.
Should never need to call this directly.
Decrements the reference count for an interface on an object.
Should never need to call this directly.
Get the IID associated with a COM interface struct.
Formats the value using the given formatter.
Read more
The resulting type after dereferencing.
Dereferences the value.
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.