#[repr(C)]pub struct CThostFtdcSuperUserFunctionField {
pub UserID: TThostFtdcUserIDType,
pub FunctionCode: TThostFtdcFunctionCodeType,
}Fields§
§UserID: TThostFtdcUserIDType§FunctionCode: TThostFtdcFunctionCodeTypeTrait Implementations§
source§impl Clone for CThostFtdcSuperUserFunctionField
impl Clone for CThostFtdcSuperUserFunctionField
source§fn clone(&self) -> CThostFtdcSuperUserFunctionField
fn clone(&self) -> CThostFtdcSuperUserFunctionField
Returns a copy 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 moreimpl Copy for CThostFtdcSuperUserFunctionField
Auto Trait Implementations§
impl Freeze for CThostFtdcSuperUserFunctionField
impl RefUnwindSafe for CThostFtdcSuperUserFunctionField
impl Send for CThostFtdcSuperUserFunctionField
impl Sync for CThostFtdcSuperUserFunctionField
impl Unpin for CThostFtdcSuperUserFunctionField
impl UnwindSafe for CThostFtdcSuperUserFunctionField
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