#[repr(C)]pub struct CThostFtdcBrokerUserField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub UserName: TThostFtdcUserNameType,
pub UserType: TThostFtdcUserTypeType,
pub IsActive: TThostFtdcBoolType,
pub IsUsingOTP: TThostFtdcBoolType,
pub IsAuthForce: TThostFtdcBoolType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§UserID: TThostFtdcUserIDType§UserName: TThostFtdcUserNameType§UserType: TThostFtdcUserTypeType§IsActive: TThostFtdcBoolType§IsUsingOTP: TThostFtdcBoolType§IsAuthForce: TThostFtdcBoolTypeTrait Implementations§
Source§impl Clone for CThostFtdcBrokerUserField
impl Clone for CThostFtdcBrokerUserField
Source§fn clone(&self) -> CThostFtdcBrokerUserField
fn clone(&self) -> CThostFtdcBrokerUserField
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 CThostFtdcBrokerUserField
impl Debug for CThostFtdcBrokerUserField
impl Copy for CThostFtdcBrokerUserField
Auto Trait Implementations§
impl Freeze for CThostFtdcBrokerUserField
impl RefUnwindSafe for CThostFtdcBrokerUserField
impl Send for CThostFtdcBrokerUserField
impl Sync for CThostFtdcBrokerUserField
impl Unpin for CThostFtdcBrokerUserField
impl UnwindSafe for CThostFtdcBrokerUserField
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