tagp8101OutBlock1

Struct tagp8101OutBlock1 

Source
#[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_char

Trait Implementations§

Source§

impl Clone for tagp8101OutBlock1

Source§

fn clone(&self) -> tagp8101OutBlock1

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for tagp8101OutBlock1

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for tagp8101OutBlock1

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.