#[repr(C)]pub struct CThostFtdcReturnResultField {
pub ReturnCode: TThostFtdcReturnCodeType,
pub DescrInfoForReturnCode: TThostFtdcDescrInfoForReturnCodeType,
}Fields§
§ReturnCode: TThostFtdcReturnCodeType§DescrInfoForReturnCode: TThostFtdcDescrInfoForReturnCodeTypeTrait Implementations§
Source§impl Clone for CThostFtdcReturnResultField
impl Clone for CThostFtdcReturnResultField
Source§fn clone(&self) -> CThostFtdcReturnResultField
fn clone(&self) -> CThostFtdcReturnResultField
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 CThostFtdcReturnResultField
Auto Trait Implementations§
impl Freeze for CThostFtdcReturnResultField
impl RefUnwindSafe for CThostFtdcReturnResultField
impl Send for CThostFtdcReturnResultField
impl Sync for CThostFtdcReturnResultField
impl Unpin for CThostFtdcReturnResultField
impl UnsafeUnpin for CThostFtdcReturnResultField
impl UnwindSafe for CThostFtdcReturnResultField
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