#[repr(C)]pub struct tagp8101OutBlock1 {Show 26 fields
pub gubunz1: [c_char; 1],
pub _gubunz1: c_char,
pub gubun_namez6: [c_char; 6],
pub _gubun_namez6: c_char,
pub issue_codez12: [c_char; 12],
pub _issue_codez12: c_char,
pub issue_namez30: [c_char; 30],
pub _issue_namez30: c_char,
pub mrgn_typez10: [c_char; 10],
pub _mrgn_typez10: c_char,
pub lend_datez10: [c_char; 10],
pub _lend_datez10: c_char,
pub taxtn_typez10: [c_char; 10],
pub _taxtn_typez10: c_char,
pub bal_qtyz12: [c_char; 12],
pub _bal_qtyz12: c_char,
pub sell_rcble_qtyz12: [c_char; 12],
pub _sell_rcble_qtyz12: c_char,
pub buy_rcble_qtyz12: [c_char; 12],
pub _buy_rcble_qtyz12: c_char,
pub sell_psqtyz12: [c_char; 12],
pub _sell_psqtyz12: c_char,
pub today_sell_rcble_qz12: [c_char; 12],
pub _today_sell_rcble_qz12: c_char,
pub avrg_purch_uprc: [c_char; 10],
pub _avrg_purch_uprc: c_char,
}Fields§
§gubunz1: [c_char; 1]§_gubunz1: c_char§gubun_namez6: [c_char; 6]§_gubun_namez6: c_char§issue_codez12: [c_char; 12]§_issue_codez12: c_char§issue_namez30: [c_char; 30]§_issue_namez30: c_char§mrgn_typez10: [c_char; 10]§_mrgn_typez10: c_char§lend_datez10: [c_char; 10]§_lend_datez10: c_char§taxtn_typez10: [c_char; 10]§_taxtn_typez10: c_char§bal_qtyz12: [c_char; 12]§_bal_qtyz12: c_char§sell_rcble_qtyz12: [c_char; 12]§_sell_rcble_qtyz12: c_char§buy_rcble_qtyz12: [c_char; 12]§_buy_rcble_qtyz12: c_char§sell_psqtyz12: [c_char; 12]§_sell_psqtyz12: c_char§today_sell_rcble_qz12: [c_char; 12]§_today_sell_rcble_qz12: c_char§avrg_purch_uprc: [c_char; 10]§_avrg_purch_uprc: c_charTrait Implementations§
Source§impl Clone for tagp8101OutBlock1
impl Clone for tagp8101OutBlock1
Source§fn clone(&self) -> tagp8101OutBlock1
fn clone(&self) -> tagp8101OutBlock1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tagp8101OutBlock1
impl Debug for tagp8101OutBlock1
impl Copy for tagp8101OutBlock1
Auto Trait Implementations§
impl Freeze for tagp8101OutBlock1
impl RefUnwindSafe for tagp8101OutBlock1
impl Send for tagp8101OutBlock1
impl Sync for tagp8101OutBlock1
impl Unpin for tagp8101OutBlock1
impl UnwindSafe for tagp8101OutBlock1
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more