#[repr(C)]pub struct Rust_CThostFtdcMdSpi {
pub _base: CThostFtdcMdSpi,
pub m_rust: *mut c_void,
}Fields§
§_base: CThostFtdcMdSpi§m_rust: *mut c_voidImplementations§
Trait Implementations§
Source§impl Debug for Rust_CThostFtdcMdSpi
impl Debug for Rust_CThostFtdcMdSpi
impl Send for Rust_CThostFtdcMdSpi
impl Sync for Rust_CThostFtdcMdSpi
Auto Trait Implementations§
impl Freeze for Rust_CThostFtdcMdSpi
impl RefUnwindSafe for Rust_CThostFtdcMdSpi
impl Unpin for Rust_CThostFtdcMdSpi
impl UnwindSafe for Rust_CThostFtdcMdSpi
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