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