Enum renderdoc::entry::version::Version
[−]
[src]
#[repr(u32)]pub enum Version { V100, V101, V102, V110, V111, }
Available versions of the RenderDoc API.
Variants
V100
Version 1.0.0.
V101
Version 1.0.1.
V102
Version 1.0.2.
V110
Version 1.1.0.
V111
Version 1.1.1.
Trait Implementations
impl Clone for Version
[src]
fn clone(&self) -> Version
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for Version
[src]
impl Debug for Version
[src]
impl Eq for Version
[src]
impl Hash for Version
[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
[src]
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more