Enum nvbit_model::MemorySpace
source · pub enum MemorySpace {
None,
Local,
Generic,
Global,
Shared,
Constant,
GlobalToShared,
Surface,
Texture,
}Expand description
Identifier of GPU memory space.
Variants§
Trait Implementations§
source§impl Clone for MemorySpace
impl Clone for MemorySpace
source§fn clone(&self) -> MemorySpace
fn clone(&self) -> MemorySpace
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MemorySpace
impl Debug for MemorySpace
source§impl<'de> Deserialize<'de> for MemorySpace
impl<'de> Deserialize<'de> for MemorySpace
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for MemorySpace
impl Hash for MemorySpace
source§impl PartialEq<MemorySpace> for MemorySpace
impl PartialEq<MemorySpace> for MemorySpace
source§fn eq(&self, other: &MemorySpace) -> bool
fn eq(&self, other: &MemorySpace) -> bool
This method tests for
self and other values to be equal, and is used
by ==.