#[repr(C)]pub struct CThostFtdcNoticeField {
pub BrokerID: TThostFtdcBrokerIDType,
pub Content: TThostFtdcContentType,
pub SequenceLabel: TThostFtdcSequenceLabelType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§Content: TThostFtdcContentType§SequenceLabel: TThostFtdcSequenceLabelTypeTrait Implementations§
Source§impl Clone for CThostFtdcNoticeField
impl Clone for CThostFtdcNoticeField
Source§fn clone(&self) -> CThostFtdcNoticeField
fn clone(&self) -> CThostFtdcNoticeField
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 moreSource§impl Debug for CThostFtdcNoticeField
impl Debug for CThostFtdcNoticeField
impl Copy for CThostFtdcNoticeField
Auto Trait Implementations§
impl Freeze for CThostFtdcNoticeField
impl RefUnwindSafe for CThostFtdcNoticeField
impl Send for CThostFtdcNoticeField
impl Sync for CThostFtdcNoticeField
impl Unpin for CThostFtdcNoticeField
impl UnwindSafe for CThostFtdcNoticeField
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