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 for SDRAMCommand
impl PartialEq for SDRAMCommand
Source§impl Synth for SDRAMCommand
impl Synth for SDRAMCommand
impl Copy for SDRAMCommand
impl StructuralPartialEq for SDRAMCommand
Auto Trait Implementations§
impl Freeze for SDRAMCommand
impl RefUnwindSafe for SDRAMCommand
impl Send for SDRAMCommand
impl Sync for SDRAMCommand
impl Unpin for SDRAMCommand
impl UnwindSafe for SDRAMCommand
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more