#[repr(C)]pub struct CThostFtdcQrySuperUserField {
pub UserID: TThostFtdcUserIDType,
}Fields§
§UserID: TThostFtdcUserIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcQrySuperUserField
impl Clone for CThostFtdcQrySuperUserField
Source§fn clone(&self) -> CThostFtdcQrySuperUserField
fn clone(&self) -> CThostFtdcQrySuperUserField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcQrySuperUserField
Auto Trait Implementations§
impl Freeze for CThostFtdcQrySuperUserField
impl RefUnwindSafe for CThostFtdcQrySuperUserField
impl Send for CThostFtdcQrySuperUserField
impl Sync for CThostFtdcQrySuperUserField
impl Unpin for CThostFtdcQrySuperUserField
impl UnsafeUnpin for CThostFtdcQrySuperUserField
impl UnwindSafe for CThostFtdcQrySuperUserField
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