#[repr(C)]pub struct CThostFtdcMarginModelField {
pub BrokerID: TThostFtdcBrokerIDType,
pub MarginModelID: TThostFtdcInvestorIDType,
pub MarginModelName: TThostFtdcCommModelNameType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§MarginModelID: TThostFtdcInvestorIDType§MarginModelName: TThostFtdcCommModelNameTypeTrait Implementations§
Source§impl Clone for CThostFtdcMarginModelField
impl Clone for CThostFtdcMarginModelField
Source§fn clone(&self) -> CThostFtdcMarginModelField
fn clone(&self) -> CThostFtdcMarginModelField
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 CThostFtdcMarginModelField
impl Debug for CThostFtdcMarginModelField
impl Copy for CThostFtdcMarginModelField
Auto Trait Implementations§
impl Freeze for CThostFtdcMarginModelField
impl RefUnwindSafe for CThostFtdcMarginModelField
impl Send for CThostFtdcMarginModelField
impl Sync for CThostFtdcMarginModelField
impl Unpin for CThostFtdcMarginModelField
impl UnwindSafe for CThostFtdcMarginModelField
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