#[repr(C)]pub struct WithDrawParamField {
pub is_null: bool,
pub BrokerID: String,
pub AccountID: String,
pub WithDrawParamID: u8,
pub WithDrawParamValue: Vec<u8>,
}Expand description
可提控制参数
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
BrokerID: String经纪公司代码
AccountID: String投资者帐号
WithDrawParamID: u8参数代码
WithDrawParamValue: Vec<u8>参数代码值
Trait Implementations§
Source§impl Clone for WithDrawParamField
impl Clone for WithDrawParamField
Source§impl Debug for WithDrawParamField
impl Debug for WithDrawParamField
Source§impl Default for WithDrawParamField
impl Default for WithDrawParamField
Source§impl ExternType for WithDrawParamField
impl ExternType for WithDrawParamField
Auto Trait Implementations§
impl Freeze for WithDrawParamField
impl RefUnwindSafe for WithDrawParamField
impl Send for WithDrawParamField
impl Sync for WithDrawParamField
impl Unpin for WithDrawParamField
impl UnsafeUnpin for WithDrawParamField
impl UnwindSafe for WithDrawParamField
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