Enum nx::Type
[-]
[+]
[src]
pub enum Type {
Empty,
Integer,
Float,
String,
Vector,
Bitmap,
Audio,
}The types of NX nodes.
pub enum Type {
Empty,
Integer,
Float,
String,
Vector,
Bitmap,
Audio,
}The types of NX nodes.
impl Copy for Typeimpl Eq for Typefn assert_receiver_is_total_eq(&self)impl PartialEq for Typeimpl FromPrimitive for Typefn from_i64(__arg_0: i64) -> Option<Type>fn from_u64(__arg_0: u64) -> Option<Type>fn from_int(n: isize) -> Option<Self>fn from_i8(n: i8) -> Option<Self>fn from_i16(n: i16) -> Option<Self>fn from_i32(n: i32) -> Option<Self>fn from_uint(n: usize) -> Option<Self>fn from_u8(n: u8) -> Option<Self>fn from_u16(n: u16) -> Option<Self>fn from_u32(n: u32) -> Option<Self>fn from_f32(n: f32) -> Option<Self>fn from_f64(n: f64) -> Option<Self>
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).