Enum spirv_utils::desc::AddressingModel
[−]
[src]
pub enum AddressingModel { Logical, Physical32, Physical64, }
Variants
Logical | |
Physical32 | |
Physical64 |
pub enum AddressingModel { Logical, Physical32, Physical64, }
Logical | |
Physical32 | |
Physical64 |
impl AddressingModel
fn from(val: u32) -> Option<AddressingModel>
impl Hash for AddressingModel
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl PartialEq for AddressingModel
fn eq(&self, __arg_0: &AddressingModel) -> bool
fn ne(&self, __arg_0: &AddressingModel) -> bool
impl Debug for AddressingModel
impl Clone for AddressingModel
fn clone(&self) -> AddressingModel
fn clone_from(&mut self, source: &Self)
impl Copy for AddressingModel