#[repr(C)]pub struct CommPhaseField {
pub is_null: bool,
pub TradingDay: String,
pub CommPhaseNo: u16,
pub SystemID: String,
}Expand description
通讯阶段
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
TradingDay: String交易日
CommPhaseNo: u16通讯时段编号
SystemID: String系统编号
Trait Implementations§
Source§impl Clone for CommPhaseField
impl Clone for CommPhaseField
Source§impl Debug for CommPhaseField
impl Debug for CommPhaseField
Source§impl Default for CommPhaseField
impl Default for CommPhaseField
Source§impl ExternType for CommPhaseField
impl ExternType for CommPhaseField
Auto Trait Implementations§
impl Freeze for CommPhaseField
impl RefUnwindSafe for CommPhaseField
impl Send for CommPhaseField
impl Sync for CommPhaseField
impl Unpin for CommPhaseField
impl UnsafeUnpin for CommPhaseField
impl UnwindSafe for CommPhaseField
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