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