Enum simplemad_sys::MadLayer
[−]
[src]
pub enum MadLayer { LayerI, LayerII, LayerIII, }
Variants
LayerI | |
LayerII | |
LayerIII |
pub enum MadLayer { LayerI, LayerII, LayerIII, }
LayerI | |
LayerII | |
LayerIII |
impl Default for MadLayer
impl PartialEq for MadLayer
impl Copy for MadLayer
impl Clone for MadLayer
fn clone(&self) -> MadLayer
fn clone_from(&mut self, source: &Self)
impl Debug for MadLayer
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
)