#[repr(C)]pub struct CThostFtdcQryUserSessionField {
pub FrontID: TThostFtdcFrontIDType,
pub SessionID: TThostFtdcSessionIDType,
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
}Fields§
§FrontID: TThostFtdcFrontIDType§SessionID: TThostFtdcSessionIDType§BrokerID: TThostFtdcBrokerIDType§UserID: TThostFtdcUserIDTypeTrait Implementations§
source§impl Clone for CThostFtdcQryUserSessionField
impl Clone for CThostFtdcQryUserSessionField
source§fn clone(&self) -> CThostFtdcQryUserSessionField
fn clone(&self) -> CThostFtdcQryUserSessionField
Returns a copy 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 CThostFtdcQryUserSessionField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryUserSessionField
impl RefUnwindSafe for CThostFtdcQryUserSessionField
impl Send for CThostFtdcQryUserSessionField
impl Sync for CThostFtdcQryUserSessionField
impl Unpin for CThostFtdcQryUserSessionField
impl UnwindSafe for CThostFtdcQryUserSessionField
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