#[repr(C)]pub struct CThostFtdcRspInfoField {
pub ErrorID: TThostFtdcErrorIDType,
pub ErrorMsg: TThostFtdcErrorMsgType,
}Fields§
§ErrorID: TThostFtdcErrorIDType§ErrorMsg: TThostFtdcErrorMsgTypeTrait Implementations§
Source§impl Clone for CThostFtdcRspInfoField
impl Clone for CThostFtdcRspInfoField
Source§fn clone(&self) -> CThostFtdcRspInfoField
fn clone(&self) -> CThostFtdcRspInfoField
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 CThostFtdcRspInfoField
impl Debug for CThostFtdcRspInfoField
impl Copy for CThostFtdcRspInfoField
Auto Trait Implementations§
impl Freeze for CThostFtdcRspInfoField
impl RefUnwindSafe for CThostFtdcRspInfoField
impl Send for CThostFtdcRspInfoField
impl Sync for CThostFtdcRspInfoField
impl Unpin for CThostFtdcRspInfoField
impl UnwindSafe for CThostFtdcRspInfoField
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