Struct bedrock::Device [] [src]

pub struct Device(_);

Opaque handle to a device object

Trait Implementations

impl Clone for Device
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl VkHandle for Device
[src]

[src]

Retrieve an underlying handle

Auto Trait Implementations

impl !Send for Device

impl !Sync for Device