pub enum SDRAMCommand {
    LoadModeRegister,
    AutoRefresh,
    Precharge,
    BurstTerminate,
    Write,
    Read,
    Active,
    NOP,
}Variants§
Trait Implementations§
source§impl Clone for SDRAMCommand
 
impl Clone for SDRAMCommand
source§fn clone(&self) -> SDRAMCommand
 
fn clone(&self) -> SDRAMCommand
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for SDRAMCommand
 
impl Debug for SDRAMCommand
source§impl Default for SDRAMCommand
 
impl Default for SDRAMCommand
source§fn default() -> SDRAMCommand
 
fn default() -> SDRAMCommand
Returns the “default value” for a type. Read more
source§impl Into<Bits<LogicState>> for SDRAMCommand
 
impl Into<Bits<LogicState>> for SDRAMCommand
source§impl PartialEq<SDRAMCommand> for SDRAMCommand
 
impl PartialEq<SDRAMCommand> for SDRAMCommand
source§fn eq(&self, other: &SDRAMCommand) -> bool
 
fn eq(&self, other: &SDRAMCommand) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.