#[repr(C)]pub struct CThostFtdcFrontStatusField {
pub FrontID: TThostFtdcFrontIDType,
pub LastReportDate: TThostFtdcDateType,
pub LastReportTime: TThostFtdcTimeType,
pub IsActive: TThostFtdcBoolType,
}Fields§
§FrontID: TThostFtdcFrontIDType§LastReportDate: TThostFtdcDateType§LastReportTime: TThostFtdcTimeType§IsActive: TThostFtdcBoolTypeTrait Implementations§
Source§impl Clone for CThostFtdcFrontStatusField
impl Clone for CThostFtdcFrontStatusField
Source§fn clone(&self) -> CThostFtdcFrontStatusField
fn clone(&self) -> CThostFtdcFrontStatusField
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 CThostFtdcFrontStatusField
impl Debug for CThostFtdcFrontStatusField
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