Enum gfx::device::attrib::IntSize
[−]
[src]
pub enum IntSize {
U8,
U16,
U32,
}The size of an integer attribute, in bits.
Variants
U8 | |
U16 | |
U32 |
pub enum IntSize {
U8,
U16,
U32,
}The size of an integer attribute, in bits.
U8 | |
U16 | |
U32 |
impl Debug for IntSizeimpl Clone for IntSizefn clone(&self) -> IntSizefn clone_from(&mut self, source: &Self)impl Copy for IntSizeimpl Hash for IntSizefn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl PartialOrd for IntSizefn partial_cmp(&self, __arg_0: &IntSize) -> Option<Ordering>fn lt(&self, __arg_0: &IntSize) -> boolfn le(&self, __arg_0: &IntSize) -> boolfn gt(&self, __arg_0: &IntSize) -> boolfn ge(&self, __arg_0: &IntSize) -> boolimpl PartialEq for IntSizeimpl Ord for IntSizeimpl Eq for IntSize
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)