#[repr(C)]pub struct CThostFtdcFensUserInfoField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub LoginMode: TThostFtdcLoginModeType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§UserID: TThostFtdcUserIDType§LoginMode: TThostFtdcLoginModeTypeTrait Implementations§
Source§impl Clone for CThostFtdcFensUserInfoField
impl Clone for CThostFtdcFensUserInfoField
Source§fn clone(&self) -> CThostFtdcFensUserInfoField
fn clone(&self) -> CThostFtdcFensUserInfoField
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 CThostFtdcFensUserInfoField
impl Debug for CThostFtdcFensUserInfoField
impl Copy for CThostFtdcFensUserInfoField
Auto Trait Implementations§
impl Freeze for CThostFtdcFensUserInfoField
impl RefUnwindSafe for CThostFtdcFensUserInfoField
impl Send for CThostFtdcFensUserInfoField
impl Sync for CThostFtdcFensUserInfoField
impl Unpin for CThostFtdcFensUserInfoField
impl UnwindSafe for CThostFtdcFensUserInfoField
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