#[repr(C)]pub struct CThostFtdcQryLoginForbiddenIPField {
pub reserve1: TThostFtdcOldIPAddressType,
pub IPAddress: TThostFtdcIPAddressType,
}Fields§
§reserve1: TThostFtdcOldIPAddressType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryLoginForbiddenIPField
impl Clone for CThostFtdcQryLoginForbiddenIPField
Source§fn clone(&self) -> CThostFtdcQryLoginForbiddenIPField
fn clone(&self) -> CThostFtdcQryLoginForbiddenIPField
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 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