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