#[repr(C, align(8))]pub struct CThostFtdcMdApi {
pub _bindgen_opaque_blob: u64,
}Fields§
§_bindgen_opaque_blob: u64Implementations§
Source§impl CThostFtdcMdApi
impl CThostFtdcMdApi
pub unsafe fn CreateFtdcMdApi( pszFlowPath: *const c_char, bIsUsingUdp: bool, bIsMulticast: bool, ) -> *mut CThostFtdcMdApi
pub unsafe fn GetApiVersion() -> *const c_char
Trait Implementations§
Source§impl Clone for CThostFtdcMdApi
impl Clone for CThostFtdcMdApi
Source§fn clone(&self) -> CThostFtdcMdApi
fn clone(&self) -> CThostFtdcMdApi
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 CThostFtdcMdApi
impl Debug for CThostFtdcMdApi
impl Copy for CThostFtdcMdApi
Auto Trait Implementations§
impl Freeze for CThostFtdcMdApi
impl RefUnwindSafe for CThostFtdcMdApi
impl Send for CThostFtdcMdApi
impl Sync for CThostFtdcMdApi
impl Unpin for CThostFtdcMdApi
impl UnwindSafe for CThostFtdcMdApi
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