#[repr(C)]pub struct tagc8141InBlock {Show 20 fields
pub pswd_noz8: [c_char; 44],
pub _pswd_noz8: c_char,
pub issue_codez12: [c_char; 12],
pub _issue_codez12: c_char,
pub buy_datez8: [c_char; 8],
pub _buy_datez8: c_char,
pub order_qtyz12: [c_char; 12],
pub _order_qtyz12: c_char,
pub order_unit_pricez10: [c_char; 10],
pub _order_unit_pricez10: c_char,
pub trade_typez2: [c_char; 2],
pub _trade_typez2: c_char,
pub order_condz1: [c_char; 1],
pub _order_condz1: c_char,
pub shsll_pos_flagz1: [c_char; 1],
pub _shsll_pos_flagz1: c_char,
pub trad_pswd_no_1z8: [c_char; 44],
pub _trad_pswd_no_1z8: c_char,
pub trad_pswd_no_2z8: [c_char; 44],
pub _trad_pswd_no_2z8: c_char,
}Fields§
§pswd_noz8: [c_char; 44]§_pswd_noz8: c_char§issue_codez12: [c_char; 12]§_issue_codez12: c_char§buy_datez8: [c_char; 8]§_buy_datez8: c_char§order_qtyz12: [c_char; 12]§_order_qtyz12: c_char§order_unit_pricez10: [c_char; 10]§_order_unit_pricez10: c_char§trade_typez2: [c_char; 2]§_trade_typez2: c_char§order_condz1: [c_char; 1]§_order_condz1: c_char§shsll_pos_flagz1: [c_char; 1]§_shsll_pos_flagz1: c_char§trad_pswd_no_1z8: [c_char; 44]§_trad_pswd_no_1z8: c_char§trad_pswd_no_2z8: [c_char; 44]§_trad_pswd_no_2z8: c_charTrait Implementations§
Source§impl Clone for tagc8141InBlock
impl Clone for tagc8141InBlock
Source§fn clone(&self) -> tagc8141InBlock
fn clone(&self) -> tagc8141InBlock
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 moreimpl Copy for tagc8141InBlock
Auto Trait Implementations§
impl Freeze for tagc8141InBlock
impl RefUnwindSafe for tagc8141InBlock
impl Send for tagc8141InBlock
impl Sync for tagc8141InBlock
impl Unpin for tagc8141InBlock
impl UnwindSafe for tagc8141InBlock
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