#[repr(C)]pub struct CThostFtdcFrontStatusField {
pub FrontID: TThostFtdcFrontIDType,
pub LastReportDate: TThostFtdcDateType,
pub LastReportTime: TThostFtdcTimeType,
pub IsActive: TThostFtdcBoolType,
}
Expand description
前置状态
Fields§
§FrontID: TThostFtdcFrontIDType
前置编号
LastReportDate: TThostFtdcDateType
上次报告日期
LastReportTime: TThostFtdcTimeType
上次报告时间
IsActive: TThostFtdcBoolType
是否活跃
Trait Implementations§
Source§impl Clone for CThostFtdcFrontStatusField
impl Clone for CThostFtdcFrontStatusField
Source§impl Default for CThostFtdcFrontStatusField
impl Default for CThostFtdcFrontStatusField
Source§fn default() -> CThostFtdcFrontStatusField
fn default() -> CThostFtdcFrontStatusField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcFrontStatusField
Auto Trait Implementations§
impl Freeze for CThostFtdcFrontStatusField
impl RefUnwindSafe for CThostFtdcFrontStatusField
impl Send for CThostFtdcFrontStatusField
impl Sync for CThostFtdcFrontStatusField
impl Unpin for CThostFtdcFrontStatusField
impl UnwindSafe for CThostFtdcFrontStatusField
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