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