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