Struct bedrock::resources::Buffer [] [src]

pub struct Buffer(_);

Opaque handle to a buffer object(constructed via BufferDesc)

Trait Implementations

impl Clone for Buffer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl VkHandle for Buffer
[src]

[src]

Retrieve an underlying handle

impl DeviceChild for Buffer
[src]

[src]

Retrieve a reference to a device object that creates this object

Auto Trait Implementations

impl !Send for Buffer

impl !Sync for Buffer