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