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 for OneWayPattern
impl PartialEq 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 ==
.impl Copy for OneWayPattern
impl Eq for OneWayPattern
impl StructuralPartialEq for OneWayPattern
Auto Trait Implementations§
impl Freeze for OneWayPattern
impl RefUnwindSafe for OneWayPattern
impl Send for OneWayPattern
impl Sync for OneWayPattern
impl Unpin for OneWayPattern
impl UnwindSafe for OneWayPattern
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