pub type sc_path_t = sc_path;Aliased Type§
struct sc_path_t {
pub value: [u8; 16],
pub len: u32,
pub index: i32,
pub count: i32,
pub type_: i32,
pub aid: sc_aid,
}Fields§
§value: [u8; 16]§len: u32§index: i32§count: i32§type_: i32§aid: sc_aid