#[repr(C)]pub struct tagk3OutBlock {Show 45 fields
pub code: [c_char; 6],
pub time: [c_char; 8],
pub offer: [c_char; 7],
pub bid: [c_char; 7],
pub offerrem: [c_char; 9],
pub bidrem: [c_char; 9],
pub P_offer: [c_char; 7],
pub P_bid: [c_char; 7],
pub P_offerrem: [c_char; 9],
pub P_bidrem: [c_char; 9],
pub S_offer: [c_char; 7],
pub S_bid: [c_char; 7],
pub S_offerrem: [c_char; 9],
pub S_bidrem: [c_char; 9],
pub S4_offer: [c_char; 7],
pub S4_bid: [c_char; 7],
pub S4_offerrem: [c_char; 9],
pub S4_bidrem: [c_char; 9],
pub S5_offer: [c_char; 7],
pub S5_bid: [c_char; 7],
pub S5_offerrem: [c_char; 9],
pub S5_bidrem: [c_char; 9],
pub T_offerrem: [c_char; 9],
pub T_bidrem: [c_char; 9],
pub S6_offer: [c_char; 7],
pub S6_bid: [c_char; 7],
pub S6_offerrem: [c_char; 9],
pub S6_bidrem: [c_char; 9],
pub S7_offer: [c_char; 7],
pub S7_bid: [c_char; 7],
pub S7_offerrem: [c_char; 9],
pub S7_bidrem: [c_char; 9],
pub S8_offer: [c_char; 7],
pub S8_bid: [c_char; 7],
pub S8_offerrem: [c_char; 9],
pub S8_bidrem: [c_char; 9],
pub S9_offer: [c_char; 7],
pub S9_bid: [c_char; 7],
pub S9_offerrem: [c_char; 9],
pub S9_bidrem: [c_char; 9],
pub S10_offer: [c_char; 7],
pub S10_bid: [c_char; 7],
pub S10_offerrem: [c_char; 9],
pub S10_bidrem: [c_char; 9],
pub volume: [c_char; 9],
}Fields§
§code: [c_char; 6]§time: [c_char; 8]§offer: [c_char; 7]§bid: [c_char; 7]§offerrem: [c_char; 9]§bidrem: [c_char; 9]§P_offer: [c_char; 7]§P_bid: [c_char; 7]§P_offerrem: [c_char; 9]§P_bidrem: [c_char; 9]§S_offer: [c_char; 7]§S_bid: [c_char; 7]§S_offerrem: [c_char; 9]§S_bidrem: [c_char; 9]§S4_offer: [c_char; 7]§S4_bid: [c_char; 7]§S4_offerrem: [c_char; 9]§S4_bidrem: [c_char; 9]§S5_offer: [c_char; 7]§S5_bid: [c_char; 7]§S5_offerrem: [c_char; 9]§S5_bidrem: [c_char; 9]§T_offerrem: [c_char; 9]§T_bidrem: [c_char; 9]§S6_offer: [c_char; 7]§S6_bid: [c_char; 7]§S6_offerrem: [c_char; 9]§S6_bidrem: [c_char; 9]§S7_offer: [c_char; 7]§S7_bid: [c_char; 7]§S7_offerrem: [c_char; 9]§S7_bidrem: [c_char; 9]§S8_offer: [c_char; 7]§S8_bid: [c_char; 7]§S8_offerrem: [c_char; 9]§S8_bidrem: [c_char; 9]§S9_offer: [c_char; 7]§S9_bid: [c_char; 7]§S9_offerrem: [c_char; 9]§S9_bidrem: [c_char; 9]§S10_offer: [c_char; 7]§S10_bid: [c_char; 7]§S10_offerrem: [c_char; 9]§S10_bidrem: [c_char; 9]§volume: [c_char; 9]Trait Implementations§
Source§impl Clone for tagk3OutBlock
impl Clone for tagk3OutBlock
Source§fn clone(&self) -> tagk3OutBlock
fn clone(&self) -> tagk3OutBlock
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 tagk3OutBlock
impl Debug for tagk3OutBlock
impl Copy for tagk3OutBlock
Auto Trait Implementations§
impl Freeze for tagk3OutBlock
impl RefUnwindSafe for tagk3OutBlock
impl Send for tagk3OutBlock
impl Sync for tagk3OutBlock
impl Unpin for tagk3OutBlock
impl UnwindSafe for tagk3OutBlock
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