#[repr(C)]pub struct CThostFtdcCurrentTimeField {
pub CurrDate: TThostFtdcDateType,
pub CurrTime: TThostFtdcTimeType,
pub CurrMillisec: TThostFtdcMillisecType,
pub ActionDay: TThostFtdcDateType,
}
Expand description
当前时间
Fields§
§CurrDate: TThostFtdcDateType
当前日期
CurrTime: TThostFtdcTimeType
当前时间
CurrMillisec: TThostFtdcMillisecType
当前时间(毫秒)
ActionDay: TThostFtdcDateType
业务日期
Trait Implementations§
Source§impl Clone for CThostFtdcCurrentTimeField
impl Clone for CThostFtdcCurrentTimeField
Source§impl Default for CThostFtdcCurrentTimeField
impl Default for CThostFtdcCurrentTimeField
Source§fn default() -> CThostFtdcCurrentTimeField
fn default() -> CThostFtdcCurrentTimeField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcCurrentTimeField
Auto Trait Implementations§
impl Freeze for CThostFtdcCurrentTimeField
impl RefUnwindSafe for CThostFtdcCurrentTimeField
impl Send for CThostFtdcCurrentTimeField
impl Sync for CThostFtdcCurrentTimeField
impl Unpin for CThostFtdcCurrentTimeField
impl UnwindSafe for CThostFtdcCurrentTimeField
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