#[repr(C)]pub struct CThostFtdcQryBulletinField {
pub ExchangeID: TThostFtdcExchangeIDType,
pub BulletinID: TThostFtdcBulletinIDType,
pub SequenceNo: TThostFtdcSequenceNoType,
pub NewsType: TThostFtdcNewsTypeType,
pub NewsUrgency: TThostFtdcNewsUrgencyType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§BulletinID: TThostFtdcBulletinIDType§SequenceNo: TThostFtdcSequenceNoType§NewsType: TThostFtdcNewsTypeType§NewsUrgency: TThostFtdcNewsUrgencyTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryBulletinField
impl Clone for CThostFtdcQryBulletinField
Source§fn clone(&self) -> CThostFtdcQryBulletinField
fn clone(&self) -> CThostFtdcQryBulletinField
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 CThostFtdcQryBulletinField
impl Debug for CThostFtdcQryBulletinField
impl Copy for CThostFtdcQryBulletinField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryBulletinField
impl RefUnwindSafe for CThostFtdcQryBulletinField
impl Send for CThostFtdcQryBulletinField
impl Sync for CThostFtdcQryBulletinField
impl Unpin for CThostFtdcQryBulletinField
impl UnwindSafe for CThostFtdcQryBulletinField
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