#[repr(C)]pub struct CThostFtdcQryIPListField {
pub IPAddress: TThostFtdcIPAddressType,
}Expand description
查询IP列表
Fields§
§IPAddress: TThostFtdcIPAddressTypeIP地址
Trait Implementations§
Source§impl Clone for CThostFtdcQryIPListField
impl Clone for CThostFtdcQryIPListField
Source§impl Default for CThostFtdcQryIPListField
impl Default for CThostFtdcQryIPListField
Source§fn default() -> CThostFtdcQryIPListField
fn default() -> CThostFtdcQryIPListField
Returns the “default value” for a type. Read more
impl 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 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