#[repr(C)]pub struct tagp8302OutBlock1 {Show 16 fields
pub index_issue_codez9: [c_char; 9],
pub _index_issue_codez9: c_char,
pub index_issue_namez30: [c_char; 30],
pub _index_issue_namez30: c_char,
pub index_slbuy_typez2: [c_char; 2],
pub _index_slbuy_typez2: c_char,
pub index_slbuy_namez6: [c_char; 6],
pub _index_slbuy_namez6: c_char,
pub bal_qtyz12: [c_char; 12],
pub _bal_qtyz12: c_char,
pub today_revs_odqtyz12: [c_char; 12],
pub _today_revs_odqtyz12: c_char,
pub sell_posbl_qtyz12: [c_char; 12],
pub _sell_posbl_qtyz12: c_char,
pub avrgez14: [c_char; 14],
pub _avrgez14: c_char,
}Fields§
§index_issue_codez9: [c_char; 9]§_index_issue_codez9: c_char§index_issue_namez30: [c_char; 30]§_index_issue_namez30: c_char§index_slbuy_typez2: [c_char; 2]§_index_slbuy_typez2: c_char§index_slbuy_namez6: [c_char; 6]§_index_slbuy_namez6: c_char§bal_qtyz12: [c_char; 12]§_bal_qtyz12: c_char§today_revs_odqtyz12: [c_char; 12]§_today_revs_odqtyz12: c_char§sell_posbl_qtyz12: [c_char; 12]§_sell_posbl_qtyz12: c_char§avrgez14: [c_char; 14]§_avrgez14: c_charTrait Implementations§
Source§impl Clone for tagp8302OutBlock1
impl Clone for tagp8302OutBlock1
Source§fn clone(&self) -> tagp8302OutBlock1
fn clone(&self) -> tagp8302OutBlock1
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 tagp8302OutBlock1
impl Debug for tagp8302OutBlock1
impl Copy for tagp8302OutBlock1
Auto Trait Implementations§
impl Freeze for tagp8302OutBlock1
impl RefUnwindSafe for tagp8302OutBlock1
impl Send for tagp8302OutBlock1
impl Sync for tagp8302OutBlock1
impl Unpin for tagp8302OutBlock1
impl UnwindSafe for tagp8302OutBlock1
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