Struct solana_sdk::packet::Meta [−][src]
#[repr(C)]pub struct Meta { pub size: usize, pub forward: bool, pub repair: bool, pub discard: bool, pub addr: [u16; 8], pub port: u16, pub v6: bool, pub seed: [u8; 32], pub slot: Slot, pub is_tracer_tx: bool, }
Fields
size: usize
forward: bool
repair: bool
discard: bool
addr: [u16; 8]
port: u16
v6: bool
seed: [u8; 32]
slot: Slot
is_tracer_tx: bool
Implementations
impl Meta
[src]
impl Meta
[src]pub fn addr(&self) -> SocketAddr
[src]
pub fn set_addr(&mut self, a: &SocketAddr)
[src]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Meta
impl RefUnwindSafe for Meta
impl UnwindSafe for Meta
impl UnwindSafe for Meta
Blanket Implementations
impl<T> AbiExample for T
[src]
impl<T> AbiExample for T
[src]impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,