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