#[repr(C)]pub struct CThostFtdcBrokerUserFunctionField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub BrokerFunctionCode: TThostFtdcBrokerFunctionCodeType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§UserID: TThostFtdcUserIDType§BrokerFunctionCode: TThostFtdcBrokerFunctionCodeTypeTrait Implementations§
Source§impl Clone for CThostFtdcBrokerUserFunctionField
impl Clone for CThostFtdcBrokerUserFunctionField
Source§fn clone(&self) -> CThostFtdcBrokerUserFunctionField
fn clone(&self) -> CThostFtdcBrokerUserFunctionField
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 CThostFtdcBrokerUserFunctionField
Auto Trait Implementations§
impl Freeze for CThostFtdcBrokerUserFunctionField
impl RefUnwindSafe for CThostFtdcBrokerUserFunctionField
impl Send for CThostFtdcBrokerUserFunctionField
impl Sync for CThostFtdcBrokerUserFunctionField
impl Unpin for CThostFtdcBrokerUserFunctionField
impl UnwindSafe for CThostFtdcBrokerUserFunctionField
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