Enum gfx::device::attrib::FloatSize
[−]
[src]
pub enum FloatSize { F16, F32, F64, }
The size of a floating point attribute, in bits.
Variants
F16 | |
F32 | |
F64 |
pub enum FloatSize { F16, F32, F64, }
The size of a floating point attribute, in bits.
F16 | |
F32 | |
F64 |
impl Debug for FloatSize
impl Clone for FloatSize
fn clone(&self) -> FloatSize
fn clone_from(&mut self, source: &Self)
impl Copy for FloatSize
impl Hash for FloatSize
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl PartialOrd for FloatSize
fn partial_cmp(&self, __arg_0: &FloatSize) -> Option<Ordering>
fn lt(&self, __arg_0: &FloatSize) -> bool
fn le(&self, __arg_0: &FloatSize) -> bool
fn gt(&self, __arg_0: &FloatSize) -> bool
fn ge(&self, __arg_0: &FloatSize) -> bool
impl PartialEq for FloatSize
impl Ord for FloatSize
impl Eq for FloatSize
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)