#[repr(C)]pub struct CThostFtdcQryIPListField {
pub reserve1: TThostFtdcOldIPAddressType,
pub IPAddress: TThostFtdcIPAddressType,
}Fields§
§reserve1: TThostFtdcOldIPAddressType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryIPListField
impl Clone for CThostFtdcQryIPListField
Source§fn clone(&self) -> CThostFtdcQryIPListField
fn clone(&self) -> CThostFtdcQryIPListField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcQryIPListField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryIPListField
impl RefUnwindSafe for CThostFtdcQryIPListField
impl Send for CThostFtdcQryIPListField
impl Sync for CThostFtdcQryIPListField
impl Unpin for CThostFtdcQryIPListField
impl UnsafeUnpin for CThostFtdcQryIPListField
impl UnwindSafe for CThostFtdcQryIPListField
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