pub enum OutputBuffer {
Wired,
DelayOne,
DelayTwo,
}
Variants
Wired
DelayOne
DelayTwo
Trait Implementations
sourceimpl Clone for OutputBuffer
impl Clone for OutputBuffer
sourcefn clone(&self) -> OutputBuffer
fn clone(&self) -> OutputBuffer
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for OutputBuffer
impl Debug for OutputBuffer
sourceimpl PartialEq<OutputBuffer> for OutputBuffer
impl PartialEq<OutputBuffer> for OutputBuffer
sourcefn 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 ==
. Read more
impl Copy for OutputBuffer
impl StructuralPartialEq for OutputBuffer
Auto Trait Implementations
impl RefUnwindSafe for OutputBuffer
impl Send for OutputBuffer
impl Sync for OutputBuffer
impl Unpin for OutputBuffer
impl UnwindSafe for OutputBuffer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more