#[repr(C)]pub struct ThostUserFunctionField {
pub is_null: bool,
pub BrokerID: String,
pub UserID: String,
pub ThostFunctionCode: i32,
}
Fields§
§is_null: bool
§BrokerID: String
§UserID: String
§ThostFunctionCode: i32
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 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