#[repr(C)]pub struct CThostFtdcCurrDRIdentityField {
pub DRIdentityID: TThostFtdcDRIdentityIDType,
}Fields§
§DRIdentityID: TThostFtdcDRIdentityIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcCurrDRIdentityField
impl Clone for CThostFtdcCurrDRIdentityField
Source§fn clone(&self) -> CThostFtdcCurrDRIdentityField
fn clone(&self) -> CThostFtdcCurrDRIdentityField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcCurrDRIdentityField
Auto Trait Implementations§
impl Freeze for CThostFtdcCurrDRIdentityField
impl RefUnwindSafe for CThostFtdcCurrDRIdentityField
impl Send for CThostFtdcCurrDRIdentityField
impl Sync for CThostFtdcCurrDRIdentityField
impl Unpin for CThostFtdcCurrDRIdentityField
impl UnsafeUnpin for CThostFtdcCurrDRIdentityField
impl UnwindSafe for CThostFtdcCurrDRIdentityField
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