Struct pyth_client::Product [−][src]
#[repr(C)]pub struct Product { pub magic: u32, pub ver: u32, pub atype: u32, pub size: u32, pub px_acc: AccKey, pub attr: [u8; 464], }
Fields
magic: u32ver: u32atype: u32size: u32px_acc: AccKeyattr: [u8; 464]Auto Trait Implementations
impl RefUnwindSafe for Productimpl UnwindSafe for Product