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