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