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