#[repr(C)]pub struct ThostUserFunctionField {
pub is_null: bool,
pub BrokerID: String,
pub UserID: String,
pub ThostFunctionCode: i32,
}Expand description
Thost终端用户功能权限
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
BrokerID: String经纪公司代码
UserID: String用户代码
ThostFunctionCode: i32Thost终端功能代码
Trait Implementations§
Source§impl Clone for ThostUserFunctionField
impl Clone for ThostUserFunctionField
Source§impl Debug for ThostUserFunctionField
impl Debug for ThostUserFunctionField
Source§impl Default for ThostUserFunctionField
impl Default for ThostUserFunctionField
Source§impl ExternType for ThostUserFunctionField
impl ExternType for ThostUserFunctionField
Auto Trait Implementations§
impl Freeze for ThostUserFunctionField
impl RefUnwindSafe for ThostUserFunctionField
impl Send for ThostUserFunctionField
impl Sync for ThostUserFunctionField
impl Unpin for ThostUserFunctionField
impl UnsafeUnpin for ThostUserFunctionField
impl UnwindSafe for ThostUserFunctionField
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