#[repr(C)]pub struct tags8302InBlock {Show 22 fields
pub gubunz1: [c_char; 1],
pub _gubunz1: c_char,
pub slbuy_typez1: [c_char; 1],
pub _slbuy_typez1: c_char,
pub pswd_noz8: [c_char; 44],
pub _pswd_noz8: c_char,
pub orgnl_order_noz10: [c_char; 10],
pub _orgnl_order_noz10: c_char,
pub issue_codez9: [c_char; 9],
pub _issue_codez9: c_char,
pub orgnl_ord_typez1: [c_char; 1],
pub _orgnl_ord_typez1: c_char,
pub crctn_ord_typez1: [c_char; 1],
pub _crctn_ord_typez1: c_char,
pub order_qtyz8: [c_char; 8],
pub _order_qtyz8: c_char,
pub order_pricez12: [c_char; 12],
pub _order_pricez12: 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§
§gubunz1: [c_char; 1]§_gubunz1: c_char§slbuy_typez1: [c_char; 1]§_slbuy_typez1: c_char§pswd_noz8: [c_char; 44]§_pswd_noz8: c_char§orgnl_order_noz10: [c_char; 10]§_orgnl_order_noz10: c_char§issue_codez9: [c_char; 9]§_issue_codez9: c_char§orgnl_ord_typez1: [c_char; 1]§_orgnl_ord_typez1: c_char§crctn_ord_typez1: [c_char; 1]§_crctn_ord_typez1: c_char§order_qtyz8: [c_char; 8]§_order_qtyz8: c_char§order_pricez12: [c_char; 12]§_order_pricez12: 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§fn clone(&self) -> tags8302InBlock
fn clone(&self) -> tags8302InBlock
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 moreAuto Trait Implementations§
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