Enum rust_hdl_widgets::sdram::OutputBuffer
source · pub enum OutputBuffer {
Wired,
DelayOne,
DelayTwo,
}
Variants§
Trait Implementations§
source§impl Clone for OutputBuffer
impl Clone for OutputBuffer
source§fn clone(&self) -> OutputBuffer
fn clone(&self) -> OutputBuffer
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 OutputBuffer
impl Debug for OutputBuffer
source§impl PartialEq<OutputBuffer> for OutputBuffer
impl PartialEq<OutputBuffer> for OutputBuffer
source§fn eq(&self, other: &OutputBuffer) -> bool
fn eq(&self, other: &OutputBuffer) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.