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