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