#[repr(C)]pub struct CThostFtdcSyncingInvestorGroupField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorGroupID: TThostFtdcInvestorIDType,
pub InvestorGroupName: TThostFtdcInvestorGroupNameType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorGroupID: TThostFtdcInvestorIDType§InvestorGroupName: TThostFtdcInvestorGroupNameTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncingInvestorGroupField
impl Clone for CThostFtdcSyncingInvestorGroupField
Source§fn clone(&self) -> CThostFtdcSyncingInvestorGroupField
fn clone(&self) -> CThostFtdcSyncingInvestorGroupField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcSyncingInvestorGroupField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncingInvestorGroupField
impl RefUnwindSafe for CThostFtdcSyncingInvestorGroupField
impl Send for CThostFtdcSyncingInvestorGroupField
impl Sync for CThostFtdcSyncingInvestorGroupField
impl Unpin for CThostFtdcSyncingInvestorGroupField
impl UnsafeUnpin for CThostFtdcSyncingInvestorGroupField
impl UnwindSafe for CThostFtdcSyncingInvestorGroupField
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