#[repr(C)]pub struct CThostFtdcQryInvestUnitField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§InvestUnitID: TThostFtdcInvestUnitIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryInvestUnitField
impl Clone for CThostFtdcQryInvestUnitField
Source§fn clone(&self) -> CThostFtdcQryInvestUnitField
fn clone(&self) -> CThostFtdcQryInvestUnitField
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 CThostFtdcQryInvestUnitField
impl Debug for CThostFtdcQryInvestUnitField
impl Copy for CThostFtdcQryInvestUnitField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryInvestUnitField
impl RefUnwindSafe for CThostFtdcQryInvestUnitField
impl Send for CThostFtdcQryInvestUnitField
impl Sync for CThostFtdcQryInvestUnitField
impl Unpin for CThostFtdcQryInvestUnitField
impl UnwindSafe for CThostFtdcQryInvestUnitField
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