Struct vulkano::memory::DeviceMemoryMapping[][src]

pub struct DeviceMemoryMapping { /* fields omitted */ }
Expand description

Represents memory mapped in CPU accessible space.

Takes an additional reference on the underlying device memory and device.

Implementations

Creates a new DeviceMemoryMapping object given the previously allocated device and memory.

Returns the raw pointer associated with the DeviceMemoryMapping.

Safety

The caller of this function must ensure that the use of the raw pointer does not outlive the associated DeviceMemoryMapping.

Trait Implementations

Executes the destructor for this type. Read more

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

Builds a pointer to this type from a raw pointer.

Returns true if the size is suitable to store a type like this.

Returns the size of an individual element.

Performs the conversion.

Performs the conversion.

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.