#[repr(C)]pub struct CThostFtdcUserIPField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub reserve1: TThostFtdcOldIPAddressType,
pub reserve2: TThostFtdcOldIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub IPAddress: TThostFtdcIPAddressType,
pub IPMask: TThostFtdcIPAddressType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§UserID: TThostFtdcUserIDType§reserve1: TThostFtdcOldIPAddressType§reserve2: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§IPAddress: TThostFtdcIPAddressType§IPMask: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcUserIPField
impl Clone for CThostFtdcUserIPField
Source§fn clone(&self) -> CThostFtdcUserIPField
fn clone(&self) -> CThostFtdcUserIPField
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 CThostFtdcUserIPField
impl Debug for CThostFtdcUserIPField
impl Copy for CThostFtdcUserIPField
Auto Trait Implementations§
impl Freeze for CThostFtdcUserIPField
impl RefUnwindSafe for CThostFtdcUserIPField
impl Send for CThostFtdcUserIPField
impl Sync for CThostFtdcUserIPField
impl Unpin for CThostFtdcUserIPField
impl UnwindSafe for CThostFtdcUserIPField
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