#[repr(C)]pub struct CThostFtdcAppIDAuthAssignField {
pub BrokerID: TThostFtdcBrokerIDType,
pub AppID: TThostFtdcAppIDType,
pub DRIdentityID: TThostFtdcDRIdentityIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§AppID: TThostFtdcAppIDType§DRIdentityID: TThostFtdcDRIdentityIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcAppIDAuthAssignField
impl Clone for CThostFtdcAppIDAuthAssignField
Source§fn clone(&self) -> CThostFtdcAppIDAuthAssignField
fn clone(&self) -> CThostFtdcAppIDAuthAssignField
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 CThostFtdcAppIDAuthAssignField
Auto Trait Implementations§
impl Freeze for CThostFtdcAppIDAuthAssignField
impl RefUnwindSafe for CThostFtdcAppIDAuthAssignField
impl Send for CThostFtdcAppIDAuthAssignField
impl Sync for CThostFtdcAppIDAuthAssignField
impl Unpin for CThostFtdcAppIDAuthAssignField
impl UnwindSafe for CThostFtdcAppIDAuthAssignField
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