Struct bedrock::resources::DeviceMemory [] [src]

pub struct DeviceMemory(_);

Opaque handle to a device memory object

Trait Implementations

impl VkHandle for DeviceMemory
[src]

[src]

Retrieve an underlying handle

impl DeviceChild for DeviceMemory
[src]

[src]

Retrieve a reference to a device object that creates this object

Auto Trait Implementations

impl !Send for DeviceMemory

impl !Sync for DeviceMemory