pub struct InstrAttribTypeField(pub FIXInt);Expand description
InstrAttribTypeField is a INT field, Tag 871.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for InstrAttribTypeField
Auto Trait Implementations§
impl Freeze for InstrAttribTypeField
impl RefUnwindSafe for InstrAttribTypeField
impl Send for InstrAttribTypeField
impl Sync for InstrAttribTypeField
impl Unpin for InstrAttribTypeField
impl UnsafeUnpin for InstrAttribTypeField
impl UnwindSafe for InstrAttribTypeField
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