Struct libctp_sys::CThostFtdcCurrentTimeField
source · #[repr(C)]pub struct CThostFtdcCurrentTimeField {
pub CurrDate: TThostFtdcDateType,
pub CurrTime: TThostFtdcTimeType,
pub CurrMillisec: TThostFtdcMillisecType,
pub ActionDay: TThostFtdcDateType,
}Fields§
§CurrDate: TThostFtdcDateType§CurrTime: TThostFtdcTimeType§CurrMillisec: TThostFtdcMillisecType§ActionDay: TThostFtdcDateTypeTrait Implementations§
source§impl Clone for CThostFtdcCurrentTimeField
impl Clone for CThostFtdcCurrentTimeField
source§fn clone(&self) -> CThostFtdcCurrentTimeField
fn clone(&self) -> CThostFtdcCurrentTimeField
Returns a copy 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 CThostFtdcCurrentTimeField
impl Debug for CThostFtdcCurrentTimeField
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