Enum capsules::fm25cl::State
[−]
[src]
enum State { Idle, ReadStatus, WriteEnable, WriteMemory, ReadMemory, }
Variants
Idle
ReadStatus
Simple read states
WriteEnable
Write to the FRAM
WriteMemory
ReadMemory
Read from the FRAM
Trait Implementations
impl Clone for State
[src]
fn clone(&self) -> State
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more