Enum cameleon_impl::memory::AccessRight
source · [−]pub enum AccessRight {
NA,
RO,
WO,
RW,
}Expand description
Represent access right of each memory cell.
Variants
NA
Not Available.
RO
Read Only.
WO
Write Only.
RW
Read Write.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AccessRight
impl Send for AccessRight
impl Sync for AccessRight
impl Unpin for AccessRight
impl UnwindSafe for AccessRight
Blanket Implementations
Mutably borrows from an owned value. Read more