Struct solana_sdk::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: Slot,
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: Slot
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
Mutably borrows from an owned value. Read more