Struct spirv_utils::desc::MemoryOrdering
[−]
[src]
pub struct MemoryOrdering(_);
pub struct MemoryOrdering(_);
impl MemoryOrderingfn empty() -> MemoryOrderingfn all() -> MemoryOrderingfn is_empty(&self) -> boolfn contains(&self, val: MemoryOrdering) -> boolfn bits(&self) -> u32fn insert(&mut self, val: MemoryOrdering)fn count(&self) -> u32impl From<u32> for MemoryOrderingfn from(val: u32) -> MemoryOrderingimpl Debug for MemoryOrderingimpl Hash for MemoryOrderingfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl PartialEq for MemoryOrderingfn eq(&self, __arg_0: &MemoryOrdering) -> boolfn ne(&self, __arg_0: &MemoryOrdering) -> boolimpl Clone for MemoryOrderingfn clone(&self) -> MemoryOrderingfn clone_from(&mut self, source: &Self)impl Copy for MemoryOrdering