Type Alias node_match_t

Source
pub type node_match_t = weight;

Aliased Type§

struct node_match_t {
    pub index: u32,
    pub s: u32,
    pub w: u32,
    pub url: *mut i8,
    pub address: [u8; 20],
    pub next: *mut weight,
}

Fields§

§index: u32§s: u32§w: u32§url: *mut i8§address: [u8; 20]§next: *mut weight