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