#[repr(C)]pub struct tagc8103InBlock {Show 16 fields
pub pswd_noz8: [c_char; 44],
pub _pswd_noz8: c_char,
pub issue_codez6: [c_char; 6],
pub _issue_codez6: c_char,
pub crctn_qtyz12: [c_char; 12],
pub _crctn_qtyz12: c_char,
pub crctn_pricez10: [c_char; 10],
pub _crctn_pricez10: c_char,
pub orgnl_order_noz10: [c_char; 10],
pub _orgnl_order_noz10: c_char,
pub all_part_typez1: [c_char; 1],
pub _all_part_typez1: 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_codez6: [c_char; 6]§_issue_codez6: c_char§crctn_qtyz12: [c_char; 12]§_crctn_qtyz12: c_char§crctn_pricez10: [c_char; 10]§_crctn_pricez10: c_char§orgnl_order_noz10: [c_char; 10]§_orgnl_order_noz10: c_char§all_part_typez1: [c_char; 1]§_all_part_typez1: 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 tagc8103InBlock
impl Clone for tagc8103InBlock
Source§fn clone(&self) -> tagc8103InBlock
fn clone(&self) -> tagc8103InBlock
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 tagc8103InBlock
Auto Trait Implementations§
impl Freeze for tagc8103InBlock
impl RefUnwindSafe for tagc8103InBlock
impl Send for tagc8103InBlock
impl Sync for tagc8103InBlock
impl Unpin for tagc8103InBlock
impl UnwindSafe for tagc8103InBlock
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