#[repr(C)]pub struct CThostFtdcLoginForbiddenUserField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub reserve1: TThostFtdcOldIPAddressType,
pub IPAddress: TThostFtdcIPAddressType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§UserID: TThostFtdcUserIDType§reserve1: TThostFtdcOldIPAddressType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcLoginForbiddenUserField
impl Clone for CThostFtdcLoginForbiddenUserField
Source§fn clone(&self) -> CThostFtdcLoginForbiddenUserField
fn clone(&self) -> CThostFtdcLoginForbiddenUserField
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 CThostFtdcLoginForbiddenUserField
Auto Trait Implementations§
impl Freeze for CThostFtdcLoginForbiddenUserField
impl RefUnwindSafe for CThostFtdcLoginForbiddenUserField
impl Send for CThostFtdcLoginForbiddenUserField
impl Sync for CThostFtdcLoginForbiddenUserField
impl Unpin for CThostFtdcLoginForbiddenUserField
impl UnwindSafe for CThostFtdcLoginForbiddenUserField
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