#[repr(C)]pub struct QryCombinationLegField {
pub is_null: bool,
pub LegID: i32,
pub CombInstrumentID: String,
pub LegInstrumentID: String,
}
Fields§
§is_null: bool
§LegID: i32
§CombInstrumentID: String
§LegInstrumentID: String
Trait Implementations§
Source§impl Clone for QryCombinationLegField
impl Clone for QryCombinationLegField
Source§impl Debug for QryCombinationLegField
impl Debug for QryCombinationLegField
Source§impl Default for QryCombinationLegField
impl Default for QryCombinationLegField
Source§impl ExternType for QryCombinationLegField
impl ExternType for QryCombinationLegField
Auto Trait Implementations§
impl Freeze for QryCombinationLegField
impl RefUnwindSafe for QryCombinationLegField
impl Send for QryCombinationLegField
impl Sync for QryCombinationLegField
impl Unpin for QryCombinationLegField
impl UnwindSafe for QryCombinationLegField
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