Struct spirv_utils::desc::MemoryOrdering [] [src]

pub struct MemoryOrdering(_);

Methods

impl MemoryOrdering

fn empty() -> MemoryOrdering

fn all() -> MemoryOrdering

fn is_empty(&self) -> bool

fn contains(&self, val: MemoryOrdering) -> bool

fn bits(&self) -> u32

fn insert(&mut self, val: MemoryOrdering)

fn count(&self) -> u32

Trait Implementations

impl From<u32> for MemoryOrdering

fn from(val: u32) -> MemoryOrdering

impl Debug for MemoryOrdering

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

Derived Implementations

impl Hash for MemoryOrdering

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl PartialEq for MemoryOrdering

fn eq(&self, __arg_0: &MemoryOrdering) -> bool

fn ne(&self, __arg_0: &MemoryOrdering) -> bool

impl Clone for MemoryOrdering

fn clone(&self) -> MemoryOrdering

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

impl Copy for MemoryOrdering