#[repr(C)]pub struct CThostFtdcQryBrokerUserFunctionField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§UserID: TThostFtdcUserIDTypeTrait Implementations§
source§impl Clone for CThostFtdcQryBrokerUserFunctionField
impl Clone for CThostFtdcQryBrokerUserFunctionField
source§fn clone(&self) -> CThostFtdcQryBrokerUserFunctionField
fn clone(&self) -> CThostFtdcQryBrokerUserFunctionField
Returns a copy 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 CThostFtdcQryBrokerUserFunctionField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryBrokerUserFunctionField
impl RefUnwindSafe for CThostFtdcQryBrokerUserFunctionField
impl Send for CThostFtdcQryBrokerUserFunctionField
impl Sync for CThostFtdcQryBrokerUserFunctionField
impl Unpin for CThostFtdcQryBrokerUserFunctionField
impl UnwindSafe for CThostFtdcQryBrokerUserFunctionField
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