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