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