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