#[repr(C)]pub struct CThostFtdcBrokerField {
pub BrokerID: TThostFtdcBrokerIDType,
pub BrokerAbbr: TThostFtdcBrokerAbbrType,
pub BrokerName: TThostFtdcBrokerNameType,
pub IsActive: TThostFtdcBoolType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§BrokerAbbr: TThostFtdcBrokerAbbrType§BrokerName: TThostFtdcBrokerNameType§IsActive: TThostFtdcBoolTypeTrait Implementations§
Source§impl Clone for CThostFtdcBrokerField
impl Clone for CThostFtdcBrokerField
Source§fn clone(&self) -> CThostFtdcBrokerField
fn clone(&self) -> CThostFtdcBrokerField
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 moreSource§impl Debug for CThostFtdcBrokerField
impl Debug for CThostFtdcBrokerField
impl Copy for CThostFtdcBrokerField
Auto Trait Implementations§
impl Freeze for CThostFtdcBrokerField
impl RefUnwindSafe for CThostFtdcBrokerField
impl Send for CThostFtdcBrokerField
impl Sync for CThostFtdcBrokerField
impl Unpin for CThostFtdcBrokerField
impl UnwindSafe for CThostFtdcBrokerField
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