Struct bedrock::Instance [] [src]

pub struct Instance(_);

Opaque handle to a instance object

Trait Implementations

impl Clone for Instance
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl VkHandle for Instance
[src]

[src]

Retrieve an underlying handle

Auto Trait Implementations

impl !Send for Instance

impl !Sync for Instance