#[repr(C)]pub struct tagoEOutBlock {
pub opitem: [c_char; 8],
pub time: [c_char; 8],
pub dongsi: [c_char; 1],
pub eqsign: [c_char; 1],
pub eqprice: [c_char; 5],
pub eqchange: [c_char; 5],
pub eqchrate: [c_char; 5],
}Fields§
§opitem: [c_char; 8]§time: [c_char; 8]§dongsi: [c_char; 1]§eqsign: [c_char; 1]§eqprice: [c_char; 5]§eqchange: [c_char; 5]§eqchrate: [c_char; 5]Trait Implementations§
Source§impl Clone for tagoEOutBlock
impl Clone for tagoEOutBlock
Source§fn clone(&self) -> tagoEOutBlock
fn clone(&self) -> tagoEOutBlock
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 tagoEOutBlock
impl Debug for tagoEOutBlock
impl Copy for tagoEOutBlock
Auto Trait Implementations§
impl Freeze for tagoEOutBlock
impl RefUnwindSafe for tagoEOutBlock
impl Send for tagoEOutBlock
impl Sync for tagoEOutBlock
impl Unpin for tagoEOutBlock
impl UnwindSafe for tagoEOutBlock
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