Enum region::Access [] [src]

pub enum Access {
    Type(Protection),
    Previous,
    Initial,
}

View protection access.

Variants

A new protection state.

The previous protection state.

The initial protection state.

Trait Implementations

impl Debug for Access
[src]

[src]

Formats the value using the given formatter.

impl Copy for Access
[src]

impl Clone for Access
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<Protection> for Access
[src]

[src]

Performs the conversion.