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