Enum spirv_utils::desc::AddressingModel [] [src]

pub enum AddressingModel {
    Logical,
    Physical32,
    Physical64,
}

Variants

Logical
Physical32
Physical64

Methods

impl AddressingModel

fn from(val: u32) -> Option<AddressingModel>

Trait Implementations

Derived Implementations

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

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for AddressingModel

fn clone(&self) -> AddressingModel

fn clone_from(&mut self, source: &Self)

impl Copy for AddressingModel