Enum noise::OneWayPattern
source · pub enum OneWayPattern {
No,
Xmitted,
Known,
}Variants§
Trait Implementations§
source§impl Clone for OneWayPattern
impl Clone for OneWayPattern
source§fn clone(&self) -> OneWayPattern
fn clone(&self) -> OneWayPattern
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 OneWayPattern
impl Debug for OneWayPattern
source§impl Display for OneWayPattern
impl Display for OneWayPattern
source§impl Hash for OneWayPattern
impl Hash for OneWayPattern
source§impl PartialEq<OneWayPattern> for OneWayPattern
impl PartialEq<OneWayPattern> for OneWayPattern
source§fn eq(&self, other: &OneWayPattern) -> bool
fn eq(&self, other: &OneWayPattern) -> bool
This method tests for
self and other values to be equal, and is used
by ==.