#[repr(C)]pub struct CThostFtdcCommPhaseField {
pub TradingDay: TThostFtdcDateType,
pub CommPhaseNo: TThostFtdcCommPhaseNoType,
pub SystemID: TThostFtdcSystemIDType,
}Fields§
§TradingDay: TThostFtdcDateType§CommPhaseNo: TThostFtdcCommPhaseNoType§SystemID: TThostFtdcSystemIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcCommPhaseField
impl Clone for CThostFtdcCommPhaseField
Source§fn clone(&self) -> CThostFtdcCommPhaseField
fn clone(&self) -> CThostFtdcCommPhaseField
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 CThostFtdcCommPhaseField
impl Debug for CThostFtdcCommPhaseField
impl Copy for CThostFtdcCommPhaseField
Auto Trait Implementations§
impl Freeze for CThostFtdcCommPhaseField
impl RefUnwindSafe for CThostFtdcCommPhaseField
impl Send for CThostFtdcCommPhaseField
impl Sync for CThostFtdcCommPhaseField
impl Unpin for CThostFtdcCommPhaseField
impl UnwindSafe for CThostFtdcCommPhaseField
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