#[repr(C)]pub struct CThostFtdcQryLoginForbiddenIPField {
pub IPAddress: TThostFtdcIPAddressType,
}Expand description
查询禁止登录IP
Fields§
§IPAddress: TThostFtdcIPAddressTypeIP地址
Trait Implementations§
Source§impl Default for CThostFtdcQryLoginForbiddenIPField
impl Default for CThostFtdcQryLoginForbiddenIPField
Source§fn default() -> CThostFtdcQryLoginForbiddenIPField
fn default() -> CThostFtdcQryLoginForbiddenIPField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcQryLoginForbiddenIPField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryLoginForbiddenIPField
impl RefUnwindSafe for CThostFtdcQryLoginForbiddenIPField
impl Send for CThostFtdcQryLoginForbiddenIPField
impl Sync for CThostFtdcQryLoginForbiddenIPField
impl Unpin for CThostFtdcQryLoginForbiddenIPField
impl UnwindSafe for CThostFtdcQryLoginForbiddenIPField
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