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