#[repr(C)]pub struct CurrentTimeField {
pub is_null: bool,
pub CurrDate: String,
pub CurrTime: String,
pub CurrMillisec: i32,
pub ActionDay: String,
}Expand description
当前时间
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
CurrDate: String当前交易日
CurrTime: String当前时间
CurrMillisec: i32当前时间(毫秒)
ActionDay: String自然日期
Trait Implementations§
Source§impl Clone for CurrentTimeField
impl Clone for CurrentTimeField
Source§impl Debug for CurrentTimeField
impl Debug for CurrentTimeField
Source§impl Default for CurrentTimeField
impl Default for CurrentTimeField
Source§impl ExternType for CurrentTimeField
impl ExternType for CurrentTimeField
Auto Trait Implementations§
impl Freeze for CurrentTimeField
impl RefUnwindSafe for CurrentTimeField
impl Send for CurrentTimeField
impl Sync for CurrentTimeField
impl Unpin for CurrentTimeField
impl UnsafeUnpin for CurrentTimeField
impl UnwindSafe for CurrentTimeField
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