#[repr(C)]pub struct CThostFtdcQrySuperUserFunctionField {
pub UserID: TThostFtdcUserIDType,
}Fields§
§UserID: TThostFtdcUserIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcQrySuperUserFunctionField
impl Clone for CThostFtdcQrySuperUserFunctionField
Source§fn clone(&self) -> CThostFtdcQrySuperUserFunctionField
fn clone(&self) -> CThostFtdcQrySuperUserFunctionField
Returns a duplicate 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 CThostFtdcQrySuperUserFunctionField
Auto Trait Implementations§
impl Freeze for CThostFtdcQrySuperUserFunctionField
impl RefUnwindSafe for CThostFtdcQrySuperUserFunctionField
impl Send for CThostFtdcQrySuperUserFunctionField
impl Sync for CThostFtdcQrySuperUserFunctionField
impl Unpin for CThostFtdcQrySuperUserFunctionField
impl UnwindSafe for CThostFtdcQrySuperUserFunctionField
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