#[repr(C)]pub struct CommPhaseField {
pub is_null: bool,
pub TradingDay: String,
pub CommPhaseNo: u16,
pub SystemID: String,
}
Fields§
§is_null: bool
§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 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