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