tagv7OutBlock

Struct tagv7OutBlock 

Source
#[repr(C)]
pub struct tagv7OutBlock {
Show 66 fields pub fspitem: [c_char; 8], pub fsptime: [c_char; 8], pub offer: [c_char; 8], pub bid: [c_char; 8], pub offerjan: [c_char; 7], pub bidjan: [c_char; 7], pub S2offer: [c_char; 8], pub S2bid: [c_char; 8], pub S2offerjan: [c_char; 7], pub S2bidjan: [c_char; 7], pub S3offer: [c_char; 8], pub S3bid: [c_char; 8], pub S3offerjan: [c_char; 7], pub S3bidjan: [c_char; 7], pub S4offer: [c_char; 8], pub S4bid: [c_char; 8], pub S4offerjan: [c_char; 7], pub S4bidjan: [c_char; 7], pub S5offer: [c_char; 8], pub S5bid: [c_char; 8], pub S5offerjan: [c_char; 7], pub S5bidjan: [c_char; 7], pub S6offer: [c_char; 8], pub S6bid: [c_char; 8], pub S6offerjan: [c_char; 7], pub S6bidjan: [c_char; 7], pub S7offer: [c_char; 8], pub S7bid: [c_char; 8], pub S7offerjan: [c_char; 7], pub S7bidjan: [c_char; 7], pub S8offer: [c_char; 8], pub S8bid: [c_char; 8], pub S8offerjan: [c_char; 7], pub S8bidjan: [c_char; 7], pub S9offer: [c_char; 8], pub S9bid: [c_char; 8], pub S9offerjan: [c_char; 7], pub S9bidjan: [c_char; 7], pub S0offer: [c_char; 8], pub S0bid: [c_char; 8], pub S0offerjan: [c_char; 7], pub S0bidjan: [c_char; 7], pub offersu: [c_char; 4], pub bidsu: [c_char; 4], pub S2offersu: [c_char; 4], pub S2bidsu: [c_char; 4], pub S3offersu: [c_char; 4], pub S3bidsu: [c_char; 4], pub S4offersu: [c_char; 4], pub S4bidsu: [c_char; 4], pub S5offersu: [c_char; 4], pub S5bidsu: [c_char; 4], pub S6offersu: [c_char; 4], pub S6bidsu: [c_char; 4], pub S7offersu: [c_char; 4], pub S7bidsu: [c_char; 4], pub S8offersu: [c_char; 4], pub S8bidsu: [c_char; 4], pub S9offersu: [c_char; 4], pub S9bidsu: [c_char; 4], pub S0offersu: [c_char; 4], pub S0bidsu: [c_char; 4], pub tofferjan: [c_char; 8], pub tobidjan: [c_char; 8], pub toffersu: [c_char; 5], pub tbidsu: [c_char; 5],
}

Fields§

§fspitem: [c_char; 8]§fsptime: [c_char; 8]§offer: [c_char; 8]§bid: [c_char; 8]§offerjan: [c_char; 7]§bidjan: [c_char; 7]§S2offer: [c_char; 8]§S2bid: [c_char; 8]§S2offerjan: [c_char; 7]§S2bidjan: [c_char; 7]§S3offer: [c_char; 8]§S3bid: [c_char; 8]§S3offerjan: [c_char; 7]§S3bidjan: [c_char; 7]§S4offer: [c_char; 8]§S4bid: [c_char; 8]§S4offerjan: [c_char; 7]§S4bidjan: [c_char; 7]§S5offer: [c_char; 8]§S5bid: [c_char; 8]§S5offerjan: [c_char; 7]§S5bidjan: [c_char; 7]§S6offer: [c_char; 8]§S6bid: [c_char; 8]§S6offerjan: [c_char; 7]§S6bidjan: [c_char; 7]§S7offer: [c_char; 8]§S7bid: [c_char; 8]§S7offerjan: [c_char; 7]§S7bidjan: [c_char; 7]§S8offer: [c_char; 8]§S8bid: [c_char; 8]§S8offerjan: [c_char; 7]§S8bidjan: [c_char; 7]§S9offer: [c_char; 8]§S9bid: [c_char; 8]§S9offerjan: [c_char; 7]§S9bidjan: [c_char; 7]§S0offer: [c_char; 8]§S0bid: [c_char; 8]§S0offerjan: [c_char; 7]§S0bidjan: [c_char; 7]§offersu: [c_char; 4]§bidsu: [c_char; 4]§S2offersu: [c_char; 4]§S2bidsu: [c_char; 4]§S3offersu: [c_char; 4]§S3bidsu: [c_char; 4]§S4offersu: [c_char; 4]§S4bidsu: [c_char; 4]§S5offersu: [c_char; 4]§S5bidsu: [c_char; 4]§S6offersu: [c_char; 4]§S6bidsu: [c_char; 4]§S7offersu: [c_char; 4]§S7bidsu: [c_char; 4]§S8offersu: [c_char; 4]§S8bidsu: [c_char; 4]§S9offersu: [c_char; 4]§S9bidsu: [c_char; 4]§S0offersu: [c_char; 4]§S0bidsu: [c_char; 4]§tofferjan: [c_char; 8]§tobidjan: [c_char; 8]§toffersu: [c_char; 5]§tbidsu: [c_char; 5]

Trait Implementations§

Source§

impl Clone for tagv7OutBlock

Source§

fn clone(&self) -> tagv7OutBlock

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 tagv7OutBlock

Source§

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

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

impl Copy for tagv7OutBlock

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.