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