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