tagc1101OutBlock3

Struct tagc1101OutBlock3 

Source
#[repr(C)]
pub struct tagc1101OutBlock3 {
Show 30 fields pub dongsi: [c_char; 1], pub _dongsi: c_char, pub jeqprice: [c_char; 7], pub _jeqprice: c_char, pub jeqsign: [c_char; 1], pub _jeqsign: c_char, pub jeqchange: [c_char; 6], pub _jeqchange: c_char, pub jeqchrate: [c_char; 5], pub _jeqchrate: c_char, pub jeqvol: [c_char; 9], pub _jeqvol: c_char, pub chkdataz1: [c_char; 1], pub _chkdataz1: c_char, pub ecn_price: [c_char; 9], pub _ecn_price: c_char, pub ecn_sign: [c_char; 1], pub _ecn_sign: c_char, pub ecn_change: [c_char; 9], pub _ecn_change: c_char, pub ecn_chrate: [c_char; 5], pub _ecn_chrate: c_char, pub ecn_volume: [c_char; 10], pub _ecn_volume: c_char, pub ecn_jeqsign: [c_char; 1], pub _ecn_jeqsign: c_char, pub ecn_jeqchange: [c_char; 6], pub _ecn_jeqchange: c_char, pub ecn_jeqchrate: [c_char; 5], pub _ecn_jeqchrate: c_char,
}

Fields§

§dongsi: [c_char; 1]§_dongsi: c_char§jeqprice: [c_char; 7]§_jeqprice: c_char§jeqsign: [c_char; 1]§_jeqsign: c_char§jeqchange: [c_char; 6]§_jeqchange: c_char§jeqchrate: [c_char; 5]§_jeqchrate: c_char§jeqvol: [c_char; 9]§_jeqvol: c_char§chkdataz1: [c_char; 1]§_chkdataz1: c_char§ecn_price: [c_char; 9]§_ecn_price: c_char§ecn_sign: [c_char; 1]§_ecn_sign: c_char§ecn_change: [c_char; 9]§_ecn_change: c_char§ecn_chrate: [c_char; 5]§_ecn_chrate: c_char§ecn_volume: [c_char; 10]§_ecn_volume: c_char§ecn_jeqsign: [c_char; 1]§_ecn_jeqsign: c_char§ecn_jeqchange: [c_char; 6]§_ecn_jeqchange: c_char§ecn_jeqchrate: [c_char; 5]§_ecn_jeqchrate: c_char

Trait Implementations§

Source§

impl Clone for tagc1101OutBlock3

Source§

fn clone(&self) -> tagc1101OutBlock3

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 tagc1101OutBlock3

Source§

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

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

impl Copy for tagc1101OutBlock3

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.