Struct solana_perf::packet::Meta
source · [−]#[repr(C)]pub struct Meta {
pub size: usize,
pub forwarded: bool,
pub repair: bool,
pub discard: bool,
pub addr: [u16; 8],
pub port: u16,
pub v6: bool,
pub seed: [u8; 32],
pub slot: u64,
pub is_tracer_tx: bool,
pub is_simple_vote_tx: bool,
}
Fields
size: usize
forwarded: bool
repair: bool
discard: bool
addr: [u16; 8]
port: u16
v6: bool
seed: [u8; 32]
slot: u64
is_tracer_tx: bool
is_simple_vote_tx: bool
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Meta
impl UnwindSafe for Meta
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more