Enum svd_parser::Cluster [] [src]

pub enum Cluster {
    Single(ClusterInfo),
    Array(ClusterInfoRegisterClusterArrayInfo),
}

Variants

Trait Implementations

impl Clone for Cluster
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Cluster
[src]

[src]

Formats the value using the given formatter.

impl Deref for Cluster
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.