Trait image::Primitive
[-] [+]
[src]
pub trait Primitive: Copy + NumCast + Num + PartialOrd<Self> + Clone + Bounded { }
Primitive trait from old stdlib, added max_value
pub trait Primitive: Copy + NumCast + Num + PartialOrd<Self> + Clone + Bounded { }
Primitive trait from old stdlib, added max_value
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
).