#[repr(C)]pub struct tagfEOutBlock {
pub fuitem: [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§
§fuitem: [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 tagfEOutBlock
impl Clone for tagfEOutBlock
Source§fn clone(&self) -> tagfEOutBlock
fn clone(&self) -> tagfEOutBlock
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 tagfEOutBlock
impl Debug for tagfEOutBlock
impl Copy for tagfEOutBlock
Auto Trait Implementations§
impl Freeze for tagfEOutBlock
impl RefUnwindSafe for tagfEOutBlock
impl Send for tagfEOutBlock
impl Sync for tagfEOutBlock
impl Unpin for tagfEOutBlock
impl UnwindSafe for tagfEOutBlock
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