Struct renderdoc::DevicePointer [] [src]

pub struct DevicePointer(_);

Raw mutable pointer to the API's root handle.

For example, this could be a pointer to an ID3D11Device, HGLRC/GLXContext, ID3D12Device, etc.

Methods from Deref<Target = *const c_void>

Trait Implementations

impl Clone for DevicePointer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DevicePointer
[src]

[src]

Formats the value using the given formatter. Read more

impl Hash for DevicePointer
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for DevicePointer
[src]

impl PartialEq for DevicePointer
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Deref for DevicePointer
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl From<*const c_void> for DevicePointer
[src]

[src]

Performs the conversion.

impl From<*mut c_void> for DevicePointer
[src]

[src]

Performs the conversion.

impl<'a> From<&'a Context> for DevicePointer
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for DevicePointer

impl !Sync for DevicePointer