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 IntSize
impl Clone for IntSize
fn clone(&self) -> IntSize
fn clone_from(&mut self, source: &Self)
impl Copy for IntSize
impl Hash for IntSize
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl PartialOrd for IntSize
fn partial_cmp(&self, __arg_0: &IntSize) -> Option<Ordering>
fn lt(&self, __arg_0: &IntSize) -> bool
fn le(&self, __arg_0: &IntSize) -> bool
fn gt(&self, __arg_0: &IntSize) -> bool
fn ge(&self, __arg_0: &IntSize) -> bool
impl PartialEq for IntSize
impl Ord for IntSize
impl 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
)