#[repr(C)]pub struct CThostFtdcMortgageParamField {
pub BrokerID: TThostFtdcBrokerIDType,
pub AccountID: TThostFtdcAccountIDType,
pub MortgageBalance: TThostFtdcRatioType,
pub CheckMortgageRatio: TThostFtdcBoolType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§AccountID: TThostFtdcAccountIDType§MortgageBalance: TThostFtdcRatioType§CheckMortgageRatio: TThostFtdcBoolTypeTrait Implementations§
Source§impl Clone for CThostFtdcMortgageParamField
impl Clone for CThostFtdcMortgageParamField
Source§fn clone(&self) -> CThostFtdcMortgageParamField
fn clone(&self) -> CThostFtdcMortgageParamField
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 CThostFtdcMortgageParamField
impl Debug for CThostFtdcMortgageParamField
impl Copy for CThostFtdcMortgageParamField
Auto Trait Implementations§
impl Freeze for CThostFtdcMortgageParamField
impl RefUnwindSafe for CThostFtdcMortgageParamField
impl Send for CThostFtdcMortgageParamField
impl Sync for CThostFtdcMortgageParamField
impl Unpin for CThostFtdcMortgageParamField
impl UnwindSafe for CThostFtdcMortgageParamField
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