Struct popcorn::frameworks::native::Device [] [src]

pub struct Device { /* fields omitted */ }

Methods

impl Device
[src]

Trait Implementations

impl Debug for Device
[src]

Formats the value using the given formatter.

impl Clone for Device
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Device for Device
[src]

The Hardware representation for this Device.

The Memory representation for this Device.

The Error representation for this Device.

Returns the unique identifier of the Device.

Returns the hardware, which defines the Device.

Allocates a new buffer on the Device.

Sync data from Vec into memory

Sync data from device to Vec

impl PartialEq for Device
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Device
[src]

impl Hash for Device
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more