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