Enum renderdoc::entry::Version[][src]

#[repr(u32)]
pub enum Version { V100, V101, V102, V110, V111, V112, V120, }

Available versions of the RenderDoc API.

Variants

Version 1.0.0.

Version 1.0.1.

Version 1.0.2.

Version 1.1.0.

Version 1.1.1.

Version 1.1.2.

Version 1.2.0.

Trait Implementations

impl Clone for Version
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Version
[src]

impl Debug for Version
[src]

Formats the value using the given formatter. Read more

impl Eq for Version
[src]

impl Hash for Version
[src]

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

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

impl PartialEq for Version
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Version

impl Sync for Version