Struct solana_perf::packet::Meta
source · pub struct Meta {
pub size: usize,
pub addr: IpAddr,
pub port: u16,
pub flags: PacketFlags,
pub sender_stake: u64,
}
Fields§
§size: usize
§addr: IpAddr
§port: u16
§flags: PacketFlags
§sender_stake: u64
Implementations§
source§impl Meta
impl Meta
pub fn socket_addr(&self) -> SocketAddr
pub fn set_socket_addr(&mut self, socket_addr: &SocketAddr)
pub fn discard(&self) -> bool
pub fn set_discard(&mut self, discard: bool)
pub fn set_tracer(&mut self, is_tracer: bool)
pub fn forwarded(&self) -> bool
pub fn repair(&self) -> bool
pub fn is_simple_vote_tx(&self) -> bool
pub fn is_tracer_packet(&self) -> bool
Trait Implementations§
source§impl PartialEq<Meta> for Meta
impl PartialEq<Meta> for Meta
impl Eq for Meta
impl StructuralEq for Meta
impl StructuralPartialEq for Meta
Auto Trait Implementations§
impl RefUnwindSafe for Meta
impl Send for Meta
impl Sync for Meta
impl Unpin for Meta
impl UnwindSafe for Meta
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.