#[repr(C)]pub struct CThostFtdcInvestorGroupField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorGroupID: TThostFtdcInvestorIDType,
pub InvestorGroupName: TThostFtdcInvestorGroupNameType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorGroupID: TThostFtdcInvestorIDType§InvestorGroupName: TThostFtdcInvestorGroupNameTypeTrait Implementations§
Source§impl Clone for CThostFtdcInvestorGroupField
impl Clone for CThostFtdcInvestorGroupField
Source§fn clone(&self) -> CThostFtdcInvestorGroupField
fn clone(&self) -> CThostFtdcInvestorGroupField
Returns a duplicate 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 CThostFtdcInvestorGroupField
impl Debug for CThostFtdcInvestorGroupField
impl Copy for CThostFtdcInvestorGroupField
Auto Trait Implementations§
impl Freeze for CThostFtdcInvestorGroupField
impl RefUnwindSafe for CThostFtdcInvestorGroupField
impl Send for CThostFtdcInvestorGroupField
impl Sync for CThostFtdcInvestorGroupField
impl Unpin for CThostFtdcInvestorGroupField
impl UnwindSafe for CThostFtdcInvestorGroupField
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