#[repr(C)]pub struct CThostFtdcQryTraderAssignField {
pub TraderID: TThostFtdcTraderIDType,
}Fields§
§TraderID: TThostFtdcTraderIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryTraderAssignField
impl Clone for CThostFtdcQryTraderAssignField
Source§fn clone(&self) -> CThostFtdcQryTraderAssignField
fn clone(&self) -> CThostFtdcQryTraderAssignField
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 moreimpl Copy for CThostFtdcQryTraderAssignField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryTraderAssignField
impl RefUnwindSafe for CThostFtdcQryTraderAssignField
impl Send for CThostFtdcQryTraderAssignField
impl Sync for CThostFtdcQryTraderAssignField
impl Unpin for CThostFtdcQryTraderAssignField
impl UnwindSafe for CThostFtdcQryTraderAssignField
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