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

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

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.

Trait Implementations

impl Clone for Version
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Version
[src]

impl Debug for Version
[src]

[src]

Formats the value using the given formatter.

impl Eq for Version
[src]

impl Hash for Version
[src]

[src]

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

1.3.0
[src]

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

impl PartialEq for Version
[src]

[src]

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

1.0.0
[src]

This method tests for !=.