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