Struct hassle_rs::ffi::IDxcBlob

source ·
#[repr(C)]
pub struct IDxcBlob { /* private fields */ }

Implementations

Methods from Deref<Target = IUnknown>

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.

Trait Implementations

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.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
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.