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