Struct surge_ping::PingSequence
source · pub struct PingSequence(pub u16);Tuple Fields§
§0: u16Implementations§
Trait Implementations§
source§impl Clone for PingSequence
impl Clone for PingSequence
source§fn clone(&self) -> PingSequence
fn clone(&self) -> PingSequence
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 PingSequence
impl Debug for PingSequence
source§impl Display for PingSequence
impl Display for PingSequence
source§impl From<u16> for PingSequence
impl From<u16> for PingSequence
source§impl Hash for PingSequence
impl Hash for PingSequence
source§impl PartialEq<PingSequence> for PingSequence
impl PartialEq<PingSequence> for PingSequence
source§fn eq(&self, other: &PingSequence) -> bool
fn eq(&self, other: &PingSequence) -> bool
This method tests for
self and other values to be equal, and is used
by ==.