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