#[repr(C)]pub struct CThostFtdcDiscountField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorRange: TThostFtdcInvestorRangeType,
pub InvestorID: TThostFtdcInvestorIDType,
pub Discount: TThostFtdcRatioType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorRange: TThostFtdcInvestorRangeType§InvestorID: TThostFtdcInvestorIDType§Discount: TThostFtdcRatioTypeTrait Implementations§
Source§impl Clone for CThostFtdcDiscountField
impl Clone for CThostFtdcDiscountField
Source§fn clone(&self) -> CThostFtdcDiscountField
fn clone(&self) -> CThostFtdcDiscountField
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 CThostFtdcDiscountField
impl Debug for CThostFtdcDiscountField
impl Copy for CThostFtdcDiscountField
Auto Trait Implementations§
impl Freeze for CThostFtdcDiscountField
impl RefUnwindSafe for CThostFtdcDiscountField
impl Send for CThostFtdcDiscountField
impl Sync for CThostFtdcDiscountField
impl Unpin for CThostFtdcDiscountField
impl UnwindSafe for CThostFtdcDiscountField
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