Struct solana_perf::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: u64, 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: u64
is_tracer_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
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self