#[repr(C)]pub struct CThostFtdcQryFrontStatusField {
pub FrontID: TThostFtdcFrontIDType,
}
Expand description
查询前置状态
Fields§
§FrontID: TThostFtdcFrontIDType
前置编号
Trait Implementations§
Source§impl Default for CThostFtdcQryFrontStatusField
impl Default for CThostFtdcQryFrontStatusField
Source§fn default() -> CThostFtdcQryFrontStatusField
fn default() -> CThostFtdcQryFrontStatusField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcQryFrontStatusField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryFrontStatusField
impl RefUnwindSafe for CThostFtdcQryFrontStatusField
impl Send for CThostFtdcQryFrontStatusField
impl Sync for CThostFtdcQryFrontStatusField
impl Unpin for CThostFtdcQryFrontStatusField
impl UnwindSafe for CThostFtdcQryFrontStatusField
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