Struct pyth_client::Mapping [−][src]
#[repr(C)]pub struct Mapping { pub magic: u32, pub ver: u32, pub atype: u32, pub size: u32, pub num: u32, pub unused: u32, pub next: AccKey, pub products: [AccKey; 640], }
Fields
magic: u32ver: u32atype: u32size: u32num: u32unused: u32next: AccKeyproducts: [AccKey; 640]Auto Trait Implementations
impl RefUnwindSafe for Mappingimpl UnwindSafe for Mapping